#5C09D7

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

Shades of Han Purple #5C09D7

Tints of Han Purple #5C09D7

Color information

#5C09D7 (or 0x5C09D7) is unknown color: approx Han Purple. HEX triplet: 5C, 09 and D7. RGB value is (92,9,215). Sum of RGB (Red+Green+Blue) = 92+9+215=316 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.11% from 316); Green value is 9 (3.91% from 255 or 2.85% from 316); Blue value is 215 (84.38% from 255 or 68.04% from 316); Max value from RGB is 215 - color contains mainly: blue. Hex color #5C09D7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5C09D7 is #A3F628. Grayscale: #383838. Windows color (decimal): -10745385 or 14092636. OLE color: 14092636.

HSL color Cylindrical-coordinate representation of color #5C09D7: hue angle of 264.17º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5C09D7 is Cyan = 0.57, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB929215-
CMYK0.570.9600.16
HSL264.17º91.96%43.92%-
HSV(B)264.17º95.81%84.31%-
XYZ16.787.3864.83-
YUV57.3217152.75-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 29.11%
GREEN value IS 9 (3.91% from 255) = 2.85%
BLUE value IS 215 (84.38% from 255) = 68.04%
R=29.11%
G=2.85%
B=68.04%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal9292150.570.9600.16264.1791.9643.92
Hex5C9D739600101085c2c
Octal134113277114002041013454
Binary101110010011101011111100111000000100001000010001011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C09D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C09D7; }

 p { color: rgb(92,9,215); }

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

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

 a { background-color: rgb(92,9,215); }

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

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

 span { border-color: rgb(92,9,215); }

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