Html Css Color HEX #5F09CE Purple Heart

📋 copy color: '#5F09CE'

red 95 ◦ green 9 ◦ blue 206

#5F09CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #5F09CE

Tints of Purple Heart #5F09CE

RGB

 RED value IS 95 (37.5% from 255) = 30.65%

 GREEN value IS 9 (3.91% from 255) = 2.9%

 BLUE value IS 206 (80.86% from 255) = 66.45%

R = 30.65%
G = 2.9%
B = 66.45%

CMYK

 C value IS 0.54

 M value IS 0.96

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5F09CE (or 0x5F09CE) is known color: Purple Heart. HEX triplet: 5F, 09 and CE. RGB value is (95,9,206). Sum of RGB (Red+Green+Blue) = 95+9+206=310 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.65% from 310); Green value is 9 (3.91% from 255 or 2.90% from 310); Blue value is 206 (80.86% from 255 or 66.45% from 310); Max value from RGB is 206 - color contains mainly: blue. Hex color #5F09CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5F09CE is #A0F631. Grayscale: #383838. Windows color (decimal): -10548786 or 13502815. OLE color: 13502815.

HSL color Cylindrical-coordinate representation of color #5F09CE: hue angle of 266.19º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5F09CE is Cyan = 0.54, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 95 9 206 -
CMYK 0.54 0.96 0 0.19
HSL 266.19º 0.92% 0.42% -
HSV(B) 266.19º 0.96% 0.81% -
XYZ 15.96 7.08 58.92 -
YUV 57.17 211.99 154.98 -
System Red Green Blue C M Y K H S L
Decimal 95 9 206 0.54 0.96 0 0.19 266.19 0.92 0.42
Hex 5F 9 CE 36 60 0 13 10A 5C 2A
Octal 137 11 316 66 140 0 23 412 134 52
Binary 1011111 1001 11001110 110110 1100000 0 10011 100001010 1011100 101010

Color Harmonies of #5F09CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F09CE

Black with #5F09CE

Text Example


Text Example

White with #5F09CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,9,206); }

 H1.HeaderClassName
 {
   color: #5F09CE;
 }
 .AnyTagClassName
 {
   color: #5F09CE;
 }
</style>

background-color css

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

 a { background-color: rgb(95,9,206); }

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

border-color css

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

 span { border-color: rgb(95,9,206); }

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