Html Css Color HEX #5F1DCE Purple Heart

📋 copy color: '#5F1DCE'

red 95 ◦ green 29 ◦ blue 206

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

Shades of Purple Heart #5F1DCE

Tints of Purple Heart #5F1DCE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.79%

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

R = 28.79%
G = 8.79%
B = 62.42%

CMYK

 C value IS 0.54

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5F1DCE (or 0x5F1DCE) is known color: Purple Heart. HEX triplet: 5F, 1D and CE. RGB value is (95,29,206). Sum of RGB (Red+Green+Blue) = 95+29+206=330 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.79% from 330); Green value is 29 (11.72% from 255 or 8.79% from 330); Blue value is 206 (80.86% from 255 or 62.42% from 330); Max value from RGB is 206 - color contains mainly: blue. Hex color #5F1DCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F1DCE is #A0E231. Grayscale: #444444. Windows color (decimal): -10543666 or 13507935. OLE color: 13507935.

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

Color convert

RGB 95 29 206 -
CMYK 0.54 0.86 0 0.19
HSL 262.37º 0.75% 0.46% -
HSV(B) 262.37º 0.86% 0.81% -
XYZ 16.3 7.77 59.03 -
YUV 68.91 205.37 146.61 -
System Red Green Blue C M Y K H S L
Decimal 95 29 206 0.54 0.86 0 0.19 262.37 0.75 0.46
Hex 5F 1D CE 36 56 0 13 106 4B 2E
Octal 137 35 316 66 126 0 23 406 113 56
Binary 1011111 11101 11001110 110110 1010110 0 10011 100000110 1001011 101110

Color Harmonies of #5F1DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F1DCE

Black with #5F1DCE

Text Example


Text Example

White with #5F1DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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