Html Css Color HEX #5A27DB Purple Heart

📋 copy color: '#5A27DB'

red 90 ◦ green 39 ◦ blue 219

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

Shades of Purple Heart #5A27DB

Tints of Purple Heart #5A27DB

RGB

 RED value IS 90 (35.55% from 255) = 25.86%

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

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

R = 25.86%
G = 11.21%
B = 62.93%

CMYK

 C value IS 0.59

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5A27DB (or 0x5A27DB) is known color: Purple Heart. HEX triplet: 5A, 27 and DB. RGB value is (90,39,219). Sum of RGB (Red+Green+Blue) = 90+39+219=348 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.86% from 348); Green value is 39 (15.62% from 255 or 11.21% from 348); Blue value is 219 (85.94% from 255 or 62.93% from 348); Max value from RGB is 219 - color contains mainly: blue. Hex color #5A27DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A27DB is #A5D824. Grayscale: #4A4A4A. Windows color (decimal): -10868773 or 14362458. OLE color: 14362458.

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

Color convert

RGB 90 39 219 -
CMYK 0.59 0.82 0 0.14
HSL 257º 0.71% 0.51% -
HSV(B) 257º 0.82% 0.86% -
XYZ 17.73 8.74 67.77 -
YUV 74.77 209.4 138.86 -
System Red Green Blue C M Y K H S L
Decimal 90 39 219 0.59 0.82 0 0.14 257 0.71 0.51
Hex 5A 27 DB 3B 52 0 E 101 47 33
Octal 132 47 333 73 122 0 16 401 107 63
Binary 1011010 100111 11011011 111011 1010010 0 1110 100000001 1000111 110011

Color Harmonies of #5A27DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A27DB

Black with #5A27DB

Text Example


Text Example

White with #5A27DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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