Html Css Color HEX #5F3BDC Purple Heart

📋 copy color: '#5F3BDC'

red 95 ◦ green 59 ◦ blue 220

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

Shades of Purple Heart #5F3BDC

Tints of Purple Heart #5F3BDC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.78%

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

R = 25.4%
G = 15.78%
B = 58.82%

CMYK

 C value IS 0.57

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5F3BDC (or 0x5F3BDC) is known color: Purple Heart. HEX triplet: 5F, 3B and DC. RGB value is (95,59,220). Sum of RGB (Red+Green+Blue) = 95+59+220=374 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.40% from 374); Green value is 59 (23.44% from 255 or 15.78% from 374); Blue value is 220 (86.33% from 255 or 58.82% from 374); Max value from RGB is 220 - color contains mainly: blue. Hex color #5F3BDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F3BDC is #A0C423. Grayscale: #575757. Windows color (decimal): -10535972 or 14433119. OLE color: 14433119.

HSL color Cylindrical-coordinate representation of color #5F3BDC: hue angle of 253.42º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5F3BDC is Cyan = 0.57, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 95 59 220 -
CMYK 0.57 0.73 0 0.14
HSL 253.42º 0.7% 0.55% -
HSV(B) 253.42º 0.73% 0.86% -
XYZ 19.2 10.73 68.77 -
YUV 88.12 202.43 132.91 -
System Red Green Blue C M Y K H S L
Decimal 95 59 220 0.57 0.73 0 0.14 253.42 0.7 0.55
Hex 5F 3B DC 39 49 0 E FD 46 37
Octal 137 73 334 71 111 0 16 375 106 67
Binary 1011111 111011 11011100 111001 1001001 0 1110 11111101 1000110 110111

Color Harmonies of #5F3BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F3BDC

Black with #5F3BDC

Text Example


Text Example

White with #5F3BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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