Html Css Color HEX #5A2DCE Purple Heart

📋 copy color: '#5A2DCE'

red 90 ◦ green 45 ◦ blue 206

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

Shades of Purple Heart #5A2DCE

Tints of Purple Heart #5A2DCE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.2%

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

R = 26.39%
G = 13.2%
B = 60.41%

CMYK

 C value IS 0.56

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5A2DCE (or 0x5A2DCE) is known color: Purple Heart. HEX triplet: 5A, 2D and CE. RGB value is (90,45,206). Sum of RGB (Red+Green+Blue) = 90+45+206=341 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.39% from 341); Green value is 45 (17.97% from 255 or 13.20% from 341); Blue value is 206 (80.86% from 255 or 60.41% from 341); Max value from RGB is 206 - color contains mainly: blue. Hex color #5A2DCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A2DCE is #A5D231. Grayscale: #4C4C4C. Windows color (decimal): -10867250 or 13512026. OLE color: 13512026.

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

Color convert

RGB 90 45 206 -
CMYK 0.56 0.78 0 0.19
HSL 256.77º 0.64% 0.49% -
HSV(B) 256.77º 0.78% 0.81% -
XYZ 16.3 8.51 59.18 -
YUV 76.81 200.91 137.41 -
System Red Green Blue C M Y K H S L
Decimal 90 45 206 0.56 0.78 0 0.19 256.77 0.64 0.49
Hex 5A 2D CE 38 4E 0 13 101 40 31
Octal 132 55 316 70 116 0 23 401 100 61
Binary 1011010 101101 11001110 111000 1001110 0 10011 100000001 1000000 110001

Color Harmonies of #5A2DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2DCE

Black with #5A2DCE

Text Example


Text Example

White with #5A2DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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