Html Css Color HEX #5A2CDA Purple Heart

📋 copy color: '#5A2CDA'

red 90 ◦ green 44 ◦ blue 218

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

Shades of Purple Heart #5A2CDA

Tints of Purple Heart #5A2CDA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.5%

 BLUE value IS 218 (85.55% from 255) = 61.93%

R = 25.57%
G = 12.5%
B = 61.93%

CMYK

 C value IS 0.59

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5A2CDA (or 0x5A2CDA) is known color: Purple Heart. HEX triplet: 5A, 2C and DA. RGB value is (90,44,218). Sum of RGB (Red+Green+Blue) = 90+44+218=352 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.57% from 352); Green value is 44 (17.58% from 255 or 12.5% from 352); Blue value is 218 (85.55% from 255 or 61.93% from 352); Max value from RGB is 218 - color contains mainly: blue. Hex color #5A2CDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A2CDA is #A5D325. Grayscale: #4C4C4C. Windows color (decimal): -10867494 or 14298202. OLE color: 14298202.

HSL color Cylindrical-coordinate representation of color #5A2CDA: hue angle of 255.86º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5A2CDA is Cyan = 0.59, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 90 44 218 -
CMYK 0.59 0.80 0 0.15
HSL 255.86º 0.7% 0.51% -
HSV(B) 255.86º 0.8% 0.85% -
XYZ 17.77 9.04 67.14 -
YUV 77.59 207.24 136.85 -
System Red Green Blue C M Y K H S L
Decimal 90 44 218 0.59 0.80 0 0.15 255.86 0.7 0.51
Hex 5A 2C DA 3B 50 0 F 100 46 33
Octal 132 54 332 73 120 0 17 400 106 63
Binary 1011010 101100 11011010 111011 1010000 0 1111 100000000 1000110 110011

Color Harmonies of #5A2CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2CDA

Black with #5A2CDA

Text Example


Text Example

White with #5A2CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,44,218); }

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

background-color css

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

 a { background-color: rgb(90,44,218); }

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

border-color css

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

 span { border-color: rgb(90,44,218); }

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