Html Css Color HEX #5A0BCC Purple Heart

📋 copy color: '#5A0BCC'

red 90 ◦ green 11 ◦ blue 204

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

Shades of Purple Heart #5A0BCC

Tints of Purple Heart #5A0BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 66.89%

R = 29.51%
G = 3.61%
B = 66.89%

CMYK

 C value IS 0.56

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5A0BCC (or 0x5A0BCC) is known color: Purple Heart. HEX triplet: 5A, 0B and CC. RGB value is (90,11,204). Sum of RGB (Red+Green+Blue) = 90+11+204=305 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.51% from 305); Green value is 11 (4.69% from 255 or 3.61% from 305); Blue value is 204 (80.08% from 255 or 66.89% from 305); Max value from RGB is 204 - color contains mainly: blue. Hex color #5A0BCC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A0BCC is #A5F433. Grayscale: #373737. Windows color (decimal): -10875956 or 13372250. OLE color: 13372250.

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

Color convert

RGB 90 11 204 -
CMYK 0.56 0.95 0 0.2
HSL 264.56º 0.9% 0.42% -
HSV(B) 264.56º 0.95% 0.8% -
XYZ 15.24 6.77 57.63 -
YUV 56.62 211.17 151.81 -
System Red Green Blue C M Y K H S L
Decimal 90 11 204 0.56 0.95 0 0.2 264.56 0.9 0.42
Hex 5A B CC 38 5F 0 14 109 5A 2A
Octal 132 13 314 70 137 0 24 411 132 52
Binary 1011010 1011 11001100 111000 1011111 0 10100 100001001 1011010 101010

Color Harmonies of #5A0BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0BCC

Black with #5A0BCC

Text Example


Text Example

White with #5A0BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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