#672B94

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

Shades of Royal Purple #672B94

Tints of Royal Purple #672B94

Color information

#672B94 (or 0x672B94) is unknown color: approx Royal Purple. HEX triplet: 67, 2B and 94. RGB value is (103,43,148). Sum of RGB (Red+Green+Blue) = 103+43+148=294 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.03% from 294); Green value is 43 (17.19% from 255 or 14.63% from 294); Blue value is 148 (58.20% from 255 or 50.34% from 294); Max value from RGB is 148 - color contains mainly: blue. Hex color #672B94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #672B94 is #98D46B. Grayscale: #484848. Windows color (decimal): -10015852 or 9710439. OLE color: 9710439.

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

Color convert

RGB10343148-
CMYK0.300.7100.42
HSL274.29º54.97%37.45%-
HSV(B)274.29º70.95%58.04%-
XYZ11.86.7528.7-
YUV72.91170.38149.46-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 35.03%
GREEN value IS 43 (17.19% from 255) = 14.63%
BLUE value IS 148 (58.20% from 255) = 50.34%
R=35.03%
G=14.63%
B=50.34%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal103431480.300.7100.42274.2954.9737.45
Hex672B941E4702A1123725
Octal14753224361070524226745
Binary1100111101011100101001111010001110101010100010010110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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