Html Css Color HEX #5A07CE Purple Heart

📋 copy color: '#5A07CE'

red 90 ◦ green 7 ◦ blue 206

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

Shades of Purple Heart #5A07CE

Tints of Purple Heart #5A07CE

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.31%

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

R = 29.7%
G = 2.31%
B = 67.99%

CMYK

 C value IS 0.56

 M value IS 0.97

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5A07CE (or 0x5A07CE) is known color: Purple Heart. HEX triplet: 5A, 07 and CE. RGB value is (90,7,206). Sum of RGB (Red+Green+Blue) = 90+7+206=303 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.70% from 303); Green value is 7 (3.12% from 255 or 2.31% from 303); Blue value is 206 (80.86% from 255 or 67.99% from 303); Max value from RGB is 206 - color contains mainly: blue. Hex color #5A07CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A07CE is #A5F831. Grayscale: #353535. Windows color (decimal): -10876978 or 13502298. OLE color: 13502298.

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

Color convert

RGB 90 7 206 -
CMYK 0.56 0.97 0 0.19
HSL 265.03º 0.93% 0.42% -
HSV(B) 265.03º 0.97% 0.81% -
XYZ 15.43 6.78 58.89 -
YUV 54.5 213.5 153.32 -
System Red Green Blue C M Y K H S L
Decimal 90 7 206 0.56 0.97 0 0.19 265.03 0.93 0.42
Hex 5A 7 CE 38 61 0 13 109 5D 2A
Octal 132 7 316 70 141 0 23 411 135 52
Binary 1011010 111 11001110 111000 1100001 0 10011 100001001 1011101 101010

Color Harmonies of #5A07CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A07CE

Black with #5A07CE

Text Example


Text Example

White with #5A07CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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