Html Css Color HEX #5A0BBE Purple Heart

📋 copy color: '#5A0BBE'

red 90 ◦ green 11 ◦ blue 190

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

Shades of Purple Heart #5A0BBE

Tints of Purple Heart #5A0BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 65.29%

R = 30.93%
G = 3.78%
B = 65.29%

CMYK

 C value IS 0.53

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5A0BBE (or 0x5A0BBE) is known color: Purple Heart. HEX triplet: 5A, 0B and BE. RGB value is (90,11,190). Sum of RGB (Red+Green+Blue) = 90+11+190=291 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.93% from 291); Green value is 11 (4.69% from 255 or 3.78% from 291); Blue value is 190 (74.61% from 255 or 65.29% from 291); Max value from RGB is 190 - color contains mainly: blue. Hex color #5A0BBE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A0BBE is #A5F441. Grayscale: #363636. Windows color (decimal): -10875970 or 12454746. OLE color: 12454746.

HSL color Cylindrical-coordinate representation of color #5A0BBE: hue angle of 266.48º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5A0BBE is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 90 11 190 -
CMYK 0.53 0.94 0 0.25
HSL 266.48º 0.89% 0.39% -
HSV(B) 266.48º 0.94% 0.75% -
XYZ 13.63 6.13 49.18 -
YUV 55.03 204.17 152.95 -
System Red Green Blue C M Y K H S L
Decimal 90 11 190 0.53 0.94 0 0.25 266.48 0.89 0.39
Hex 5A B BE 35 5E 0 19 10A 59 27
Octal 132 13 276 65 136 0 31 412 131 47
Binary 1011010 1011 10111110 110101 1011110 0 11001 100001010 1011001 100111

Color Harmonies of #5A0BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0BBE

Black with #5A0BBE

Text Example


Text Example

White with #5A0BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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