Html Css Color HEX #5502CD Purple Heart

📋 copy color: '#5502CD'

red 85 ◦ green 2 ◦ blue 205

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

Shades of Purple Heart #5502CD

Tints of Purple Heart #5502CD

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.68%

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

R = 29.11%
G = 0.68%
B = 70.21%

CMYK

 C value IS 0.59

 M value IS 0.99

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5502CD (or 0x5502CD) is known color: Purple Heart. HEX triplet: 55, 02 and CD. RGB value is (85,2,205). Sum of RGB (Red+Green+Blue) = 85+2+205=292 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.11% from 292); Green value is 2 (1.17% from 255 or 0.68% from 292); Blue value is 205 (80.47% from 255 or 70.21% from 292); Max value from RGB is 205 - color contains mainly: blue. Hex color #5502CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5502CD is #AAFD32. Grayscale: #313131. Windows color (decimal): -11205939 or 13435477. OLE color: 13435477.

HSL color Cylindrical-coordinate representation of color #5502CD: hue angle of 264.53º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5502CD is Cyan = 0.59, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 85 2 205 -
CMYK 0.59 0.99 0 0.20
HSL 264.53º 0.98% 0.41% -
HSV(B) 264.53º 0.99% 0.8% -
XYZ 14.79 6.38 58.21 -
YUV 49.96 215.5 152.99 -
System Red Green Blue C M Y K H S L
Decimal 85 2 205 0.59 0.99 0 0.20 264.53 0.98 0.41
Hex 55 2 CD 3B 63 0 14 109 62 29
Octal 125 2 315 73 143 0 24 411 142 51
Binary 1010101 10 11001101 111011 1100011 0 10100 100001001 1100010 101001

Color Harmonies of #5502CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5502CD

Black with #5502CD

Text Example


Text Example

White with #5502CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5502CD; }

 p { color: rgb(85,2,205); }

 H1.HeaderClassName
 {
   color: #5502CD;
 }
 .AnyTagClassName
 {
   color: #5502CD;
 }
</style>

background-color css

<style>
 a { background-color: #5502CD; }

 a { background-color: rgb(85,2,205); }

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

border-color css

<style>
 span { border-color: #5502CD; }

 span { border-color: rgb(85,2,205); }

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