Html Css Color HEX #5A27CE Purple Heart

📋 copy color: '#5A27CE'

red 90 ◦ green 39 ◦ blue 206

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

Shades of Purple Heart #5A27CE

Tints of Purple Heart #5A27CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 61.49%

R = 26.87%
G = 11.64%
B = 61.49%

CMYK

 C value IS 0.56

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5A27CE (or 0x5A27CE) is known color: Purple Heart. HEX triplet: 5A, 27 and CE. RGB value is (90,39,206). Sum of RGB (Red+Green+Blue) = 90+39+206=335 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.87% from 335); Green value is 39 (15.62% from 255 or 11.64% from 335); Blue value is 206 (80.86% from 255 or 61.49% from 335); Max value from RGB is 206 - color contains mainly: blue. Hex color #5A27CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A27CE is #A5D831. Grayscale: #484848. Windows color (decimal): -10868786 or 13510490. OLE color: 13510490.

HSL color Cylindrical-coordinate representation of color #5A27CE: hue angle of 258.32º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5A27CE is Cyan = 0.56, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 90 39 206 -
CMYK 0.56 0.81 0 0.19
HSL 258.32º 0.68% 0.48% -
HSV(B) 258.32º 0.81% 0.81% -
XYZ 16.08 8.08 59.1 -
YUV 73.29 202.9 139.92 -
System Red Green Blue C M Y K H S L
Decimal 90 39 206 0.56 0.81 0 0.19 258.32 0.68 0.48
Hex 5A 27 CE 38 51 0 13 102 44 30
Octal 132 47 316 70 121 0 23 402 104 60
Binary 1011010 100111 11001110 111000 1010001 0 10011 100000010 1000100 110000

Color Harmonies of #5A27CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A27CE

Black with #5A27CE

Text Example


Text Example

White with #5A27CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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