Html Css Color HEX #5523CA Purple Heart

📋 copy color: '#5523CA'

red 85 ◦ green 35 ◦ blue 202

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

Shades of Purple Heart #5523CA

Tints of Purple Heart #5523CA

RGB

 RED value IS 85 (33.59% from 255) = 26.4%

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

 BLUE value IS 202 (79.3% from 255) = 62.73%

R = 26.4%
G = 10.87%
B = 62.73%

CMYK

 C value IS 0.58

 M value IS 0.83

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5523CA (or 0x5523CA) is known color: Purple Heart. HEX triplet: 55, 23 and CA. RGB value is (85,35,202). Sum of RGB (Red+Green+Blue) = 85+35+202=322 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.40% from 322); Green value is 35 (14.06% from 255 or 10.87% from 322); Blue value is 202 (79.30% from 255 or 62.73% from 322); Max value from RGB is 202 - color contains mainly: blue. Hex color #5523CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5523CA is #AADC35. Grayscale: #444444. Windows color (decimal): -11197494 or 13247317. OLE color: 13247317.

HSL color Cylindrical-coordinate representation of color #5523CA: hue angle of 257.96º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5523CA is Cyan = 0.58, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 85 35 202 -
CMYK 0.58 0.83 0 0.21
HSL 257.96º 0.7% 0.46% -
HSV(B) 257.96º 0.83% 0.79% -
XYZ 15.01 7.4 56.51 -
YUV 68.99 203.07 139.42 -
System Red Green Blue C M Y K H S L
Decimal 85 35 202 0.58 0.83 0 0.21 257.96 0.7 0.46
Hex 55 23 CA 3A 53 0 15 102 46 2E
Octal 125 43 312 72 123 0 25 402 106 56
Binary 1010101 100011 11001010 111010 1010011 0 10101 100000010 1000110 101110

Color Harmonies of #5523CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5523CA

Black with #5523CA

Text Example


Text Example

White with #5523CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5523CA; }

 p { color: rgb(85,35,202); }

 H1.HeaderClassName
 {
   color: #5523CA;
 }
 .AnyTagClassName
 {
   color: #5523CA;
 }
</style>

background-color css

<style>
 a { background-color: #5523CA; }

 a { background-color: rgb(85,35,202); }

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

border-color css

<style>
 span { border-color: #5523CA; }

 span { border-color: rgb(85,35,202); }

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