Html Css Color HEX #5A10CE Purple Heart

📋 copy color: '#5A10CE'

red 90 ◦ green 16 ◦ blue 206

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

Shades of Purple Heart #5A10CE

Tints of Purple Heart #5A10CE

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.13%

 BLUE value IS 206 (80.86% from 255) = 66.03%

R = 28.85%
G = 5.13%
B = 66.03%

CMYK

 C value IS 0.56

 M value IS 0.92

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5A10CE (or 0x5A10CE) is known color: Purple Heart. HEX triplet: 5A, 10 and CE. RGB value is (90,16,206). Sum of RGB (Red+Green+Blue) = 90+16+206=312 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.85% from 312); Green value is 16 (6.64% from 255 or 5.13% from 312); Blue value is 206 (80.86% from 255 or 66.03% from 312); Max value from RGB is 206 - color contains mainly: blue. Hex color #5A10CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A10CE is #A5EF31. Grayscale: #3B3B3B. Windows color (decimal): -10874674 or 13504602. OLE color: 13504602.

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

Color convert

RGB 90 16 206 -
CMYK 0.56 0.92 0 0.19
HSL 263.37º 0.86% 0.44% -
HSV(B) 263.37º 0.92% 0.81% -
XYZ 15.54 7 58.92 -
YUV 59.79 210.52 149.55 -
System Red Green Blue C M Y K H S L
Decimal 90 16 206 0.56 0.92 0 0.19 263.37 0.86 0.44
Hex 5A 10 CE 38 5C 0 13 107 56 2C
Octal 132 20 316 70 134 0 23 407 126 54
Binary 1011010 10000 11001110 111000 1011100 0 10011 100000111 1010110 101100

Color Harmonies of #5A10CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A10CE

Black with #5A10CE

Text Example


Text Example

White with #5A10CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,16,206); }

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

background-color css

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

 a { background-color: rgb(90,16,206); }

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

border-color css

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

 span { border-color: rgb(90,16,206); }

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