Html Css Color HEX #5A27CA Purple Heart

📋 copy color: '#5A27CA'

red 90 ◦ green 39 ◦ blue 202

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

Shades of Purple Heart #5A27CA

Tints of Purple Heart #5A27CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 61.03%

R = 27.19%
G = 11.78%
B = 61.03%

CMYK

 C value IS 0.55

 M value IS 0.81

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5A27CA (or 0x5A27CA) is known color: Purple Heart. HEX triplet: 5A, 27 and CA. RGB value is (90,39,202). Sum of RGB (Red+Green+Blue) = 90+39+202=331 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.19% from 331); Green value is 39 (15.62% from 255 or 11.78% from 331); Blue value is 202 (79.30% from 255 or 61.03% from 331); Max value from RGB is 202 - color contains mainly: blue. Hex color #5A27CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A27CA is #A5D835. Grayscale: #484848. Windows color (decimal): -10868790 or 13248346. OLE color: 13248346.

HSL color Cylindrical-coordinate representation of color #5A27CA: hue angle of 258.77º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5A27CA is Cyan = 0.55, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 90 39 202 -
CMYK 0.55 0.81 0 0.21
HSL 258.77º 0.68% 0.47% -
HSV(B) 258.77º 0.81% 0.79% -
XYZ 15.6 7.89 56.58 -
YUV 72.83 200.9 140.25 -
System Red Green Blue C M Y K H S L
Decimal 90 39 202 0.55 0.81 0 0.21 258.77 0.68 0.47
Hex 5A 27 CA 37 51 0 15 103 44 2F
Octal 132 47 312 67 121 0 25 403 104 57
Binary 1011010 100111 11001010 110111 1010001 0 10101 100000011 1000100 101111

Color Harmonies of #5A27CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A27CA

Black with #5A27CA

Text Example


Text Example

White with #5A27CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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