Html Css Color HEX #5A14CA Purple Heart

📋 copy color: '#5A14CA'

red 90 ◦ green 20 ◦ blue 202

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

Shades of Purple Heart #5A14CA

Tints of Purple Heart #5A14CA

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.41%

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

R = 28.85%
G = 6.41%
B = 64.74%

CMYK

 C value IS 0.55

 M value IS 0.90

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5A14CA (or 0x5A14CA) is known color: Purple Heart. HEX triplet: 5A, 14 and CA. RGB value is (90,20,202). Sum of RGB (Red+Green+Blue) = 90+20+202=312 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.85% from 312); Green value is 20 (8.20% from 255 or 6.41% from 312); Blue value is 202 (79.30% from 255 or 64.74% from 312); Max value from RGB is 202 - color contains mainly: blue. Hex color #5A14CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A14CA is #A5EB35. Grayscale: #3D3D3D. Windows color (decimal): -10873654 or 13243482. OLE color: 13243482.

HSL color Cylindrical-coordinate representation of color #5A14CA: hue angle of 263.08º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5A14CA is Cyan = 0.55, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 90 20 202 -
CMYK 0.55 0.90 0 0.21
HSL 263.08º 0.82% 0.44% -
HSV(B) 263.08º 0.9% 0.79% -
XYZ 15.13 6.94 56.42 -
YUV 61.68 207.19 148.2 -
System Red Green Blue C M Y K H S L
Decimal 90 20 202 0.55 0.90 0 0.21 263.08 0.82 0.44
Hex 5A 14 CA 37 5A 0 15 107 52 2C
Octal 132 24 312 67 132 0 25 407 122 54
Binary 1011010 10100 11001010 110111 1011010 0 10101 100000111 1010010 101100

Color Harmonies of #5A14CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A14CA

Black with #5A14CA

Text Example


Text Example

White with #5A14CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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