Html Css Color HEX #5A23DC Purple Heart

📋 copy color: '#5A23DC'

red 90 ◦ green 35 ◦ blue 220

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

Shades of Purple Heart #5A23DC

Tints of Purple Heart #5A23DC

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.14%

 BLUE value IS 220 (86.33% from 255) = 63.77%

R = 26.09%
G = 10.14%
B = 63.77%

CMYK

 C value IS 0.59

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5A23DC (or 0x5A23DC) is known color: Purple Heart. HEX triplet: 5A, 23 and DC. RGB value is (90,35,220). Sum of RGB (Red+Green+Blue) = 90+35+220=345 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.09% from 345); Green value is 35 (14.06% from 255 or 10.14% from 345); Blue value is 220 (86.33% from 255 or 63.77% from 345); Max value from RGB is 220 - color contains mainly: blue. Hex color #5A23DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A23DC is #A5DC23. Grayscale: #474747. Windows color (decimal): -10869796 or 14426970. OLE color: 14426970.

HSL color Cylindrical-coordinate representation of color #5A23DC: hue angle of 257.84º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5A23DC is Cyan = 0.59, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 90 35 220 -
CMYK 0.59 0.84 0 0.14
HSL 257.84º 0.73% 0.5% -
HSV(B) 257.84º 0.84% 0.86% -
XYZ 17.74 8.54 68.42 -
YUV 72.54 211.22 140.46 -
System Red Green Blue C M Y K H S L
Decimal 90 35 220 0.59 0.84 0 0.14 257.84 0.73 0.5
Hex 5A 23 DC 3B 54 0 E 102 49 32
Octal 132 43 334 73 124 0 16 402 111 62
Binary 1011010 100011 11011100 111011 1010100 0 1110 100000010 1001001 110010

Color Harmonies of #5A23DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A23DC

Black with #5A23DC

Text Example


Text Example

White with #5A23DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,35,220); }

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

background-color css

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

 a { background-color: rgb(90,35,220); }

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

border-color css

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

 span { border-color: rgb(90,35,220); }

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