Html Css Color HEX #5427DB Purple Heart

📋 copy color: '#5427DB'

red 84 ◦ green 39 ◦ blue 219

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

Shades of Purple Heart #5427DB

Tints of Purple Heart #5427DB

RGB

 RED value IS 84 (33.2% from 255) = 24.56%

 GREEN value IS 39 (15.63% from 255) = 11.4%

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

R = 24.56%
G = 11.4%
B = 64.04%

CMYK

 C value IS 0.62

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5427DB (or 0x5427DB) is known color: Purple Heart. HEX triplet: 54, 27 and DB. RGB value is (84,39,219). Sum of RGB (Red+Green+Blue) = 84+39+219=342 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.56% from 342); Green value is 39 (15.62% from 255 or 11.40% from 342); Blue value is 219 (85.94% from 255 or 64.04% from 342); Max value from RGB is 219 - color contains mainly: blue. Hex color #5427DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5427DB is #ABD824. Grayscale: #484848. Windows color (decimal): -11261989 or 14362452. OLE color: 14362452.

HSL color Cylindrical-coordinate representation of color #5427DB: hue angle of 255º 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 #5427DB is Cyan = 0.62, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 84 39 219 -
CMYK 0.62 0.82 0 0.14
HSL 255º 0.71% 0.51% -
HSV(B) 255º 0.82% 0.86% -
XYZ 17.17 8.45 67.74 -
YUV 72.98 210.41 135.86 -
System Red Green Blue C M Y K H S L
Decimal 84 39 219 0.62 0.82 0 0.14 255 0.71 0.51
Hex 54 27 DB 3E 52 0 E FF 47 33
Octal 124 47 333 76 122 0 16 377 107 63
Binary 1010100 100111 11011011 111110 1010010 0 1110 11111111 1000111 110011

Color Harmonies of #5427DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5427DB

Black with #5427DB

Text Example


Text Example

White with #5427DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5427DB; }

 p { color: rgb(84,39,219); }

 H1.HeaderClassName
 {
   color: #5427DB;
 }
 .AnyTagClassName
 {
   color: #5427DB;
 }
</style>

background-color css

<style>
 a { background-color: #5427DB; }

 a { background-color: rgb(84,39,219); }

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

border-color css

<style>
 span { border-color: #5427DB; }

 span { border-color: rgb(84,39,219); }

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