Html Css Color HEX #5A11CD Purple Heart

📋 copy color: '#5A11CD'

red 90 ◦ green 17 ◦ blue 205

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

Shades of Purple Heart #5A11CD

Tints of Purple Heart #5A11CD

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.45%

 BLUE value IS 205 (80.47% from 255) = 65.71%

R = 28.85%
G = 5.45%
B = 65.71%

CMYK

 C value IS 0.56

 M value IS 0.92

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5A11CD (or 0x5A11CD) is known color: Purple Heart. HEX triplet: 5A, 11 and CD. RGB value is (90,17,205). Sum of RGB (Red+Green+Blue) = 90+17+205=312 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.85% from 312); Green value is 17 (7.03% from 255 or 5.45% from 312); Blue value is 205 (80.47% from 255 or 65.71% from 312); Max value from RGB is 205 - color contains mainly: blue. Hex color #5A11CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A11CD is #A5EE32. Grayscale: #3B3B3B. Windows color (decimal): -10874419 or 13439322. OLE color: 13439322.

HSL color Cylindrical-coordinate representation of color #5A11CD: hue angle of 263.3º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5A11CD is Cyan = 0.56, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 90 17 205 -
CMYK 0.56 0.92 0 0.20
HSL 263.3º 0.85% 0.44% -
HSV(B) 263.3º 0.92% 0.8% -
XYZ 15.44 6.98 58.29 -
YUV 60.26 209.68 149.21 -
System Red Green Blue C M Y K H S L
Decimal 90 17 205 0.56 0.92 0 0.20 263.3 0.85 0.44
Hex 5A 11 CD 38 5C 0 14 107 55 2C
Octal 132 21 315 70 134 0 24 407 125 54
Binary 1011010 10001 11001101 111000 1011100 0 10100 100000111 1010101 101100

Color Harmonies of #5A11CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A11CD

Black with #5A11CD

Text Example


Text Example

White with #5A11CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,17,205); }

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

background-color css

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

 a { background-color: rgb(90,17,205); }

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

border-color css

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

 span { border-color: rgb(90,17,205); }

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