Html Css Color HEX #5F28DB Purple Heart

📋 copy color: '#5F28DB'

red 95 ◦ green 40 ◦ blue 219

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

Shades of Purple Heart #5F28DB

Tints of Purple Heart #5F28DB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.3%

 BLUE value IS 219 (85.94% from 255) = 61.86%

R = 26.84%
G = 11.3%
B = 61.86%

CMYK

 C value IS 0.57

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5F28DB (or 0x5F28DB) is known color: Purple Heart. HEX triplet: 5F, 28 and DB. RGB value is (95,40,219). Sum of RGB (Red+Green+Blue) = 95+40+219=354 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.84% from 354); Green value is 40 (16.02% from 255 or 11.30% from 354); Blue value is 219 (85.94% from 255 or 61.86% from 354); Max value from RGB is 219 - color contains mainly: blue. Hex color #5F28DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F28DB is #A0D724. Grayscale: #4C4C4C. Windows color (decimal): -10540837 or 14362719. OLE color: 14362719.

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

Color convert

RGB 95 40 219 -
CMYK 0.57 0.82 0 0.14
HSL 258.44º 0.71% 0.51% -
HSV(B) 258.44º 0.82% 0.86% -
XYZ 18.26 9.06 67.8 -
YUV 76.85 208.22 140.95 -
System Red Green Blue C M Y K H S L
Decimal 95 40 219 0.57 0.82 0 0.14 258.44 0.71 0.51
Hex 5F 28 DB 39 52 0 E 102 47 33
Octal 137 50 333 71 122 0 16 402 107 63
Binary 1011111 101000 11011011 111001 1010010 0 1110 100000010 1000111 110011

Color Harmonies of #5F28DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F28DB

Black with #5F28DB

Text Example


Text Example

White with #5F28DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,40,219); }

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

background-color css

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

 a { background-color: rgb(95,40,219); }

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

border-color css

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

 span { border-color: rgb(95,40,219); }

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