Html Css Color HEX #5A09CA Purple Heart

📋 copy color: '#5A09CA'

red 90 ◦ green 9 ◦ blue 202

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

Shades of Purple Heart #5A09CA

Tints of Purple Heart #5A09CA

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.99%

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

R = 29.9%
G = 2.99%
B = 67.11%

CMYK

 C value IS 0.55

 M value IS 0.96

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5A09CA (or 0x5A09CA) is known color: Purple Heart. HEX triplet: 5A, 09 and CA. RGB value is (90,9,202). Sum of RGB (Red+Green+Blue) = 90+9+202=301 (39% of max value = 765). Red value is 90 (35.55% from 255 or 29.90% from 301); Green value is 9 (3.91% from 255 or 2.99% from 301); Blue value is 202 (79.30% from 255 or 67.11% from 301); Max value from RGB is 202 - color contains mainly: blue. Hex color #5A09CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A09CA is #A5F635. Grayscale: #363636. Windows color (decimal): -10876470 or 13240666. OLE color: 13240666.

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

Color convert

RGB 90 9 202 -
CMYK 0.55 0.96 0 0.21
HSL 265.18º 0.91% 0.41% -
HSV(B) 265.18º 0.96% 0.79% -
XYZ 14.97 6.63 56.37 -
YUV 55.22 210.84 152.81 -
System Red Green Blue C M Y K H S L
Decimal 90 9 202 0.55 0.96 0 0.21 265.18 0.91 0.41
Hex 5A 9 CA 37 60 0 15 109 5B 29
Octal 132 11 312 67 140 0 25 411 133 51
Binary 1011010 1001 11001010 110111 1100000 0 10101 100001001 1011011 101001

Color Harmonies of #5A09CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A09CA

Black with #5A09CA

Text Example


Text Example

White with #5A09CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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