Html Css Color HEX #5525CD Purple Heart

📋 copy color: '#5525CD'

red 85 ◦ green 37 ◦ blue 205

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

Shades of Purple Heart #5525CD

Tints of Purple Heart #5525CD

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.31%

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

R = 25.99%
G = 11.31%
B = 62.69%

CMYK

 C value IS 0.59

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5525CD (or 0x5525CD) is known color: Purple Heart. HEX triplet: 55, 25 and CD. RGB value is (85,37,205). Sum of RGB (Red+Green+Blue) = 85+37+205=327 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.99% from 327); Green value is 37 (14.84% from 255 or 11.31% from 327); Blue value is 205 (80.47% from 255 or 62.69% from 327); Max value from RGB is 205 - color contains mainly: blue. Hex color #5525CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5525CD is #AADA32. Grayscale: #454545. Windows color (decimal): -11196979 or 13444437. OLE color: 13444437.

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

Color convert

RGB 85 37 205 -
CMYK 0.59 0.82 0 0.20
HSL 257.14º 0.69% 0.47% -
HSV(B) 257.14º 0.82% 0.8% -
XYZ 15.43 7.66 58.42 -
YUV 70.5 203.9 138.34 -
System Red Green Blue C M Y K H S L
Decimal 85 37 205 0.59 0.82 0 0.20 257.14 0.69 0.47
Hex 55 25 CD 3B 52 0 14 101 45 2F
Octal 125 45 315 73 122 0 24 401 105 57
Binary 1010101 100101 11001101 111011 1010010 0 10100 100000001 1000101 101111

Color Harmonies of #5525CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5525CD

Black with #5525CD

Text Example


Text Example

White with #5525CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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