Html Css Color HEX #5A02CE Purple Heart

📋 copy color: '#5A02CE'

red 90 ◦ green 2 ◦ blue 206

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

Shades of Purple Heart #5A02CE

Tints of Purple Heart #5A02CE

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.67%

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

R = 30.2%
G = 0.67%
B = 69.13%

CMYK

 C value IS 0.56

 M value IS 0.99

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5A02CE (or 0x5A02CE) is known color: Purple Heart. HEX triplet: 5A, 02 and CE. RGB value is (90,2,206). Sum of RGB (Red+Green+Blue) = 90+2+206=298 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.20% from 298); Green value is 2 (1.17% from 255 or 0.67% from 298); Blue value is 206 (80.86% from 255 or 69.13% from 298); Max value from RGB is 206 - color contains mainly: blue. Hex color #5A02CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A02CE is #A5FD31. Grayscale: #323232. Windows color (decimal): -10878258 or 13501018. OLE color: 13501018.

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

Color convert

RGB 90 2 206 -
CMYK 0.56 0.99 0 0.19
HSL 265.88º 0.98% 0.41% -
HSV(B) 265.88º 0.99% 0.81% -
XYZ 15.38 6.67 58.87 -
YUV 51.57 215.15 155.41 -
System Red Green Blue C M Y K H S L
Decimal 90 2 206 0.56 0.99 0 0.19 265.88 0.98 0.41
Hex 5A 2 CE 38 63 0 13 10A 62 29
Octal 132 2 316 70 143 0 23 412 142 51
Binary 1011010 10 11001110 111000 1100011 0 10011 100001010 1100010 101001

Color Harmonies of #5A02CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A02CE

Black with #5A02CE

Text Example


Text Example

White with #5A02CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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