Html Css Color HEX #5A23CF Purple Heart

📋 copy color: '#5A23CF'

red 90 ◦ green 35 ◦ blue 207

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

Shades of Purple Heart #5A23CF

Tints of Purple Heart #5A23CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 62.35%

R = 27.11%
G = 10.54%
B = 62.35%

CMYK

 C value IS 0.57

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5A23CF (or 0x5A23CF) is known color: Purple Heart. HEX triplet: 5A, 23 and CF. RGB value is (90,35,207). Sum of RGB (Red+Green+Blue) = 90+35+207=332 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.11% from 332); Green value is 35 (14.06% from 255 or 10.54% from 332); Blue value is 207 (81.25% from 255 or 62.35% from 332); Max value from RGB is 207 - color contains mainly: blue. Hex color #5A23CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A23CF is #A5DC30. Grayscale: #464646. Windows color (decimal): -10869809 or 13575002. OLE color: 13575002.

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

Color convert

RGB 90 35 207 -
CMYK 0.57 0.83 0 0.19
HSL 259.19º 0.71% 0.47% -
HSV(B) 259.19º 0.83% 0.81% -
XYZ 16.08 7.88 59.71 -
YUV 71.05 204.72 141.51 -
System Red Green Blue C M Y K H S L
Decimal 90 35 207 0.57 0.83 0 0.19 259.19 0.71 0.47
Hex 5A 23 CF 39 53 0 13 103 47 2F
Octal 132 43 317 71 123 0 23 403 107 57
Binary 1011010 100011 11001111 111001 1010011 0 10011 100000011 1000111 101111

Color Harmonies of #5A23CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A23CF

Black with #5A23CF

Text Example


Text Example

White with #5A23CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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