#601C9E

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

Shades of Royal Purple #601C9E

Tints of Royal Purple #601C9E

Color information

#601C9E (or 0x601C9E) is unknown color: approx Royal Purple. HEX triplet: 60, 1C and 9E. RGB value is (96,28,158). Sum of RGB (Red+Green+Blue) = 96+28+158=282 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.04% from 282); Green value is 28 (11.33% from 255 or 9.93% from 282); Blue value is 158 (62.11% from 255 or 56.03% from 282); Max value from RGB is 158 - color contains mainly: blue. Hex color #601C9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #601C9E is #9FE361. Grayscale: #3E3E3E. Windows color (decimal): -10478434 or 10361952. OLE color: 10361952.

HSL color Cylindrical-coordinate representation of color #601C9E: hue angle of 271.38º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #601C9E is Cyan = 0.39, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9628158-
CMYK0.390.8200.38
HSL271.38º69.89%36.47%-
HSV(B)271.38º82.28%61.96%-
XYZ11.415.7932.86-
YUV63.15181.53151.43-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.04%
GREEN value IS 28 (11.33% from 255) = 9.93%
BLUE value IS 158 (62.11% from 255) = 56.03%
R=34.04%
G=9.93%
B=56.03%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal96281580.390.8200.38271.3869.8936.47
Hex601C9E275202610f4624
Octal140342364712204641710644
Binary11000001110010011110100111101001001001101000011111000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601C9E; }

 p { color: rgb(96,28,158); }

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

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

 a { background-color: rgb(96,28,158); }

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

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

 span { border-color: rgb(96,28,158); }

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