Html Css Color HEX #5F09CA Purple Heart

📋 copy color: '#5F09CA'

red 95 ◦ green 9 ◦ blue 202

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

Shades of Purple Heart #5F09CA

Tints of Purple Heart #5F09CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 66.01%

R = 31.05%
G = 2.94%
B = 66.01%

CMYK

 C value IS 0.53

 M value IS 0.96

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5F09CA (or 0x5F09CA) is known color: Purple Heart. HEX triplet: 5F, 09 and CA. RGB value is (95,9,202). Sum of RGB (Red+Green+Blue) = 95+9+202=306 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.05% from 306); Green value is 9 (3.91% from 255 or 2.94% from 306); Blue value is 202 (79.30% from 255 or 66.01% from 306); Max value from RGB is 202 - color contains mainly: blue. Hex color #5F09CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5F09CA is #A0F635. Grayscale: #383838. Windows color (decimal): -10548790 or 13240671. OLE color: 13240671.

HSL color Cylindrical-coordinate representation of color #5F09CA: hue angle of 266.74º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5F09CA is Cyan = 0.53, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 95 9 202 -
CMYK 0.53 0.96 0 0.21
HSL 266.74º 0.91% 0.41% -
HSV(B) 266.74º 0.96% 0.79% -
XYZ 15.48 6.89 56.39 -
YUV 56.72 209.99 155.31 -
System Red Green Blue C M Y K H S L
Decimal 95 9 202 0.53 0.96 0 0.21 266.74 0.91 0.41
Hex 5F 9 CA 35 60 0 15 10B 5B 29
Octal 137 11 312 65 140 0 25 413 133 51
Binary 1011111 1001 11001010 110101 1100000 0 10101 100001011 1011011 101001

Color Harmonies of #5F09CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F09CA

Black with #5F09CA

Text Example


Text Example

White with #5F09CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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