Html Css Color HEX #5A2ECC Purple Heart

📋 copy color: '#5A2ECC'

red 90 ◦ green 46 ◦ blue 204

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

Shades of Purple Heart #5A2ECC

Tints of Purple Heart #5A2ECC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.53%

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

R = 26.47%
G = 13.53%
B = 60%

CMYK

 C value IS 0.56

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5A2ECC (or 0x5A2ECC) is known color: Purple Heart. HEX triplet: 5A, 2E and CC. RGB value is (90,46,204). Sum of RGB (Red+Green+Blue) = 90+46+204=340 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.47% from 340); Green value is 46 (18.36% from 255 or 13.53% from 340); Blue value is 204 (80.08% from 255 or 60% from 340); Max value from RGB is 204 - color contains mainly: blue. Hex color #5A2ECC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A2ECC is #A5D133. Grayscale: #4C4C4C. Windows color (decimal): -10866996 or 13381210. OLE color: 13381210.

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

Color convert

RGB 90 46 204 -
CMYK 0.56 0.77 0 0.2
HSL 256.71º 0.63% 0.49% -
HSV(B) 256.71º 0.77% 0.8% -
XYZ 16.09 8.49 57.92 -
YUV 77.17 199.58 137.15 -
System Red Green Blue C M Y K H S L
Decimal 90 46 204 0.56 0.77 0 0.2 256.71 0.63 0.49
Hex 5A 2E CC 38 4D 0 14 101 3F 31
Octal 132 56 314 70 115 0 24 401 77 61
Binary 1011010 101110 11001100 111000 1001101 0 10100 100000001 111111 110001

Color Harmonies of #5A2ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2ECC

Black with #5A2ECC

Text Example


Text Example

White with #5A2ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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