Html Css Color HEX #5518CA Purple Heart

📋 copy color: '#5518CA'

red 85 ◦ green 24 ◦ blue 202

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

Shades of Purple Heart #5518CA

Tints of Purple Heart #5518CA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.72%

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

R = 27.33%
G = 7.72%
B = 64.95%

CMYK

 C value IS 0.58

 M value IS 0.88

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5518CA (or 0x5518CA) is known color: Purple Heart. HEX triplet: 55, 18 and CA. RGB value is (85,24,202). Sum of RGB (Red+Green+Blue) = 85+24+202=311 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.33% from 311); Green value is 24 (9.77% from 255 or 7.72% from 311); Blue value is 202 (79.30% from 255 or 64.95% from 311); Max value from RGB is 202 - color contains mainly: blue. Hex color #5518CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5518CA is #AAE735. Grayscale: #3D3D3D. Windows color (decimal): -11200310 or 13244501. OLE color: 13244501.

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

Color convert

RGB 85 24 202 -
CMYK 0.58 0.88 0 0.21
HSL 260.56º 0.79% 0.44% -
HSV(B) 260.56º 0.88% 0.79% -
XYZ 14.73 6.85 56.42 -
YUV 62.53 206.71 144.03 -
System Red Green Blue C M Y K H S L
Decimal 85 24 202 0.58 0.88 0 0.21 260.56 0.79 0.44
Hex 55 18 CA 3A 58 0 15 105 4F 2C
Octal 125 30 312 72 130 0 25 405 117 54
Binary 1010101 11000 11001010 111010 1011000 0 10101 100000101 1001111 101100

Color Harmonies of #5518CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5518CA

Black with #5518CA

Text Example


Text Example

White with #5518CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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