Html Css Color HEX #5A23CD Purple Heart

📋 copy color: '#5A23CD'

red 90 ◦ green 35 ◦ blue 205

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

Shades of Purple Heart #5A23CD

Tints of Purple Heart #5A23CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 62.12%

R = 27.27%
G = 10.61%
B = 62.12%

CMYK

 C value IS 0.56

 M value IS 0.83

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5A23CD (or 0x5A23CD) is known color: Purple Heart. HEX triplet: 5A, 23 and CD. RGB value is (90,35,205). Sum of RGB (Red+Green+Blue) = 90+35+205=330 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.27% from 330); Green value is 35 (14.06% from 255 or 10.61% from 330); Blue value is 205 (80.47% from 255 or 62.12% from 330); Max value from RGB is 205 - color contains mainly: blue. Hex color #5A23CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A23CD is #A5DC32. Grayscale: #464646. Windows color (decimal): -10869811 or 13443930. OLE color: 13443930.

HSL color Cylindrical-coordinate representation of color #5A23CD: hue angle of 259.41º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5A23CD is Cyan = 0.56, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 90 35 205 -
CMYK 0.56 0.83 0 0.20
HSL 259.41º 0.71% 0.47% -
HSV(B) 259.41º 0.83% 0.8% -
XYZ 15.84 7.78 58.43 -
YUV 70.83 203.72 141.68 -
System Red Green Blue C M Y K H S L
Decimal 90 35 205 0.56 0.83 0 0.20 259.41 0.71 0.47
Hex 5A 23 CD 38 53 0 14 103 47 2F
Octal 132 43 315 70 123 0 24 403 107 57
Binary 1011010 100011 11001101 111000 1010011 0 10100 100000011 1000111 101111

Color Harmonies of #5A23CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A23CD

Black with #5A23CD

Text Example


Text Example

White with #5A23CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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