Html Css Color HEX #5A0BCA Purple Heart

📋 copy color: '#5A0BCA'

red 90 ◦ green 11 ◦ blue 202

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

Shades of Purple Heart #5A0BCA

Tints of Purple Heart #5A0BCA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.63%

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

R = 29.7%
G = 3.63%
B = 66.67%

CMYK

 C value IS 0.55

 M value IS 0.95

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5A0BCA (or 0x5A0BCA) is known color: Purple Heart. HEX triplet: 5A, 0B and CA. RGB value is (90,11,202). Sum of RGB (Red+Green+Blue) = 90+11+202=303 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.70% from 303); Green value is 11 (4.69% from 255 or 3.63% from 303); Blue value is 202 (79.30% from 255 or 66.67% from 303); Max value from RGB is 202 - color contains mainly: blue. Hex color #5A0BCA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A0BCA is #A5F435. Grayscale: #373737. Windows color (decimal): -10875958 or 13241178. OLE color: 13241178.

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

Color convert

RGB 90 11 202 -
CMYK 0.55 0.95 0 0.21
HSL 264.82º 0.9% 0.42% -
HSV(B) 264.82º 0.95% 0.79% -
XYZ 15 6.68 56.38 -
YUV 56.4 210.17 151.97 -
System Red Green Blue C M Y K H S L
Decimal 90 11 202 0.55 0.95 0 0.21 264.82 0.9 0.42
Hex 5A B CA 37 5F 0 15 109 5A 2A
Octal 132 13 312 67 137 0 25 411 132 52
Binary 1011010 1011 11001010 110111 1011111 0 10101 100001001 1011010 101010

Color Harmonies of #5A0BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0BCA

Black with #5A0BCA

Text Example


Text Example

White with #5A0BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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