Html Css Color HEX #5F2BDC Purple Heart

📋 copy color: '#5F2BDC'

red 95 ◦ green 43 ◦ blue 220

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

Shades of Purple Heart #5F2BDC

Tints of Purple Heart #5F2BDC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.01%

 BLUE value IS 220 (86.33% from 255) = 61.45%

R = 26.54%
G = 12.01%
B = 61.45%

CMYK

 C value IS 0.57

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5F2BDC (or 0x5F2BDC) is known color: Purple Heart. HEX triplet: 5F, 2B and DC. RGB value is (95,43,220). Sum of RGB (Red+Green+Blue) = 95+43+220=358 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.54% from 358); Green value is 43 (17.19% from 255 or 12.01% from 358); Blue value is 220 (86.33% from 255 or 61.45% from 358); Max value from RGB is 220 - color contains mainly: blue. Hex color #5F2BDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F2BDC is #A0D423. Grayscale: #4E4E4E. Windows color (decimal): -10540068 or 14429023. OLE color: 14429023.

HSL color Cylindrical-coordinate representation of color #5F2BDC: hue angle of 257.63º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5F2BDC is Cyan = 0.57, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 95 43 220 -
CMYK 0.57 0.80 0 0.14
HSL 257.63º 0.72% 0.52% -
HSV(B) 257.63º 0.8% 0.86% -
XYZ 18.5 9.33 68.54 -
YUV 78.73 207.73 139.61 -
System Red Green Blue C M Y K H S L
Decimal 95 43 220 0.57 0.80 0 0.14 257.63 0.72 0.52
Hex 5F 2B DC 39 50 0 E 102 48 34
Octal 137 53 334 71 120 0 16 402 110 64
Binary 1011111 101011 11011100 111001 1010000 0 1110 100000010 1001000 110100

Color Harmonies of #5F2BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F2BDC

Black with #5F2BDC

Text Example


Text Example

White with #5F2BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,43,220); }

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

background-color css

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

 a { background-color: rgb(95,43,220); }

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

border-color css

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

 span { border-color: rgb(95,43,220); }

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