#672F94

Color #672F94 Royal Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Purple #672F94

Tints of Royal Purple #672F94

Color information

#672F94 (or 0x672F94) is unknown color: approx Royal Purple. HEX triplet: 67, 2F and 94. RGB value is (103,47,148). Sum of RGB (Red+Green+Blue) = 103+47+148=298 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.56% from 298); Green value is 47 (18.75% from 255 or 15.77% from 298); Blue value is 148 (58.20% from 255 or 49.66% from 298); Max value from RGB is 148 - color contains mainly: blue. Hex color #672F94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #672F94 is #98D06B. Grayscale: #4A4A4A. Windows color (decimal): -10014828 or 9711463. OLE color: 9711463.

HSL color Cylindrical-coordinate representation of color #672F94: hue angle of 273.27º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #672F94 is Cyan = 0.30, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10347148-
CMYK0.300.6800.42
HSL273.27º51.79%38.24%-
HSV(B)273.27º68.24%58.04%-
XYZ11.967.0528.75-
YUV75.26169.05147.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 103 (40.62% from 255) = 34.56%
GREEN value IS 47 (18.75% from 255) = 15.77%
BLUE value IS 148 (58.20% from 255) = 49.66%
R=34.56%
G=15.77%
B=49.66%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal103471480.300.6800.42273.2751.7938.24
Hex672F941E4402A1113426
Octal14757224361040524216446
Binary1100111101111100101001111010001000101010100010001110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #672F94; }

 p { color: rgb(103,47,148); }

 H1.HeaderClassName
 {
   color: #672F94;
 }
 .AnyTagClassName
 {
   color: #672F94;
 }
</style>
background-color css

<style>
 a { background-color: #672F94; }

 a { background-color: rgb(103,47,148); }

 div.DivClassName
 {
   background-color: #672F94;
 }
 .BgClassName
 {
   background-color: #672F94;
 }
</style>
border-color css

<style>
 span { border-color: #672F94; }

 span { border-color: rgb(103,47,148); }

 td.TdClassName
 {
   border-color: #672F94;
 }
 .TagClassName
 {
   border-color: #672F94;
 }
</style>