#672596

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

Shades of Royal Purple #672596

Tints of Royal Purple #672596

Color information

#672596 (or 0x672596) is unknown color: approx Royal Purple. HEX triplet: 67, 25 and 96. RGB value is (103,37,150). Sum of RGB (Red+Green+Blue) = 103+37+150=290 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.52% from 290); Green value is 37 (14.84% from 255 or 12.76% from 290); Blue value is 150 (58.98% from 255 or 51.72% from 290); Max value from RGB is 150 - color contains mainly: blue. Hex color #672596 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #672596 is #98DA69. Grayscale: #454545. Windows color (decimal): -10017386 or 9839975. OLE color: 9839975.

HSL color Cylindrical-coordinate representation of color #672596: hue angle of 275.04º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #672596 is Cyan = 0.31, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB10337150-
CMYK0.310.7500.41
HSL275.04º60.43%36.67%-
HSV(B)275.04º75.33%58.82%-
XYZ11.766.4129.47-
YUV69.62173.37151.81-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 35.52%
GREEN value IS 37 (14.84% from 255) = 12.76%
BLUE value IS 150 (58.98% from 255) = 51.72%
R=35.52%
G=12.76%
B=51.72%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal103371500.310.7500.41275.0460.4336.67
Hex6725961F4B0291133c25
Octal14745226371130514237445
Binary1100111100101100101101111110010110101001100010011111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #672596; }

 p { color: rgb(103,37,150); }

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

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

 a { background-color: rgb(103,37,150); }

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

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

 span { border-color: rgb(103,37,150); }

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