Html Css Color HEX #5A0FCA Purple Heart

📋 copy color: '#5A0FCA'

red 90 ◦ green 15 ◦ blue 202

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

Shades of Purple Heart #5A0FCA

Tints of Purple Heart #5A0FCA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.89%

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

R = 29.32%
G = 4.89%
B = 65.8%

CMYK

 C value IS 0.55

 M value IS 0.93

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5A0FCA (or 0x5A0FCA) is known color: Purple Heart. HEX triplet: 5A, 0F and CA. RGB value is (90,15,202). Sum of RGB (Red+Green+Blue) = 90+15+202=307 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.32% from 307); Green value is 15 (6.25% from 255 or 4.89% from 307); Blue value is 202 (79.30% from 255 or 65.80% from 307); Max value from RGB is 202 - color contains mainly: blue. Hex color #5A0FCA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A0FCA is #A5F035. Grayscale: #3A3A3A. Windows color (decimal): -10874934 or 13242202. OLE color: 13242202.

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

Color convert

RGB 90 15 202 -
CMYK 0.55 0.93 0 0.21
HSL 264.06º 0.86% 0.43% -
HSV(B) 264.06º 0.93% 0.79% -
XYZ 15.05 6.78 56.39 -
YUV 58.74 208.85 150.29 -
System Red Green Blue C M Y K H S L
Decimal 90 15 202 0.55 0.93 0 0.21 264.06 0.86 0.43
Hex 5A F CA 37 5D 0 15 108 56 2B
Octal 132 17 312 67 135 0 25 410 126 53
Binary 1011010 1111 11001010 110111 1011101 0 10101 100001000 1010110 101011

Color Harmonies of #5A0FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0FCA

Black with #5A0FCA

Text Example


Text Example

White with #5A0FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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