Html Css Color HEX #5A0BD0 Purple Heart

📋 copy color: '#5A0BD0'

red 90 ◦ green 11 ◦ blue 208

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

Shades of Purple Heart #5A0BD0

Tints of Purple Heart #5A0BD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 67.31%

R = 29.13%
G = 3.56%
B = 67.31%

CMYK

 C value IS 0.57

 M value IS 0.95

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#5A0BD0 (or 0x5A0BD0) is known color: Purple Heart. HEX triplet: 5A, 0B and D0. RGB value is (90,11,208). Sum of RGB (Red+Green+Blue) = 90+11+208=309 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.13% from 309); Green value is 11 (4.69% from 255 or 3.56% from 309); Blue value is 208 (81.64% from 255 or 67.31% from 309); Max value from RGB is 208 - color contains mainly: blue. Hex color #5A0BD0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A0BD0 is #A5F42F. Grayscale: #383838. Windows color (decimal): -10875952 or 13634394. OLE color: 13634394.

HSL color Cylindrical-coordinate representation of color #5A0BD0: hue angle of 264.06º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5A0BD0 is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 90 11 208 -
CMYK 0.57 0.95 0 0.18
HSL 264.06º 0.9% 0.43% -
HSV(B) 264.06º 0.95% 0.82% -
XYZ 15.72 6.97 60.19 -
YUV 57.08 213.17 151.48 -
System Red Green Blue C M Y K H S L
Decimal 90 11 208 0.57 0.95 0 0.18 264.06 0.9 0.43
Hex 5A B D0 39 5F 0 12 108 5A 2B
Octal 132 13 320 71 137 0 22 410 132 53
Binary 1011010 1011 11010000 111001 1011111 0 10010 100001000 1011010 101011

Color Harmonies of #5A0BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0BD0

Black with #5A0BD0

Text Example


Text Example

White with #5A0BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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