Html Css Color HEX #5527CD Purple Heart

📋 copy color: '#5527CD'

red 85 ◦ green 39 ◦ blue 205

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

Shades of Purple Heart #5527CD

Tints of Purple Heart #5527CD

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.85%

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

R = 25.84%
G = 11.85%
B = 62.31%

CMYK

 C value IS 0.59

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5527CD (or 0x5527CD) is known color: Purple Heart. HEX triplet: 55, 27 and CD. RGB value is (85,39,205). Sum of RGB (Red+Green+Blue) = 85+39+205=329 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.84% from 329); Green value is 39 (15.62% from 255 or 11.85% from 329); Blue value is 205 (80.47% from 255 or 62.31% from 329); Max value from RGB is 205 - color contains mainly: blue. Hex color #5527CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5527CD is #AAD832. Grayscale: #474747. Windows color (decimal): -11196467 or 13444949. OLE color: 13444949.

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

Color convert

RGB 85 39 205 -
CMYK 0.59 0.81 0 0.20
HSL 256.63º 0.68% 0.48% -
HSV(B) 256.63º 0.81% 0.8% -
XYZ 15.49 7.79 58.44 -
YUV 71.68 203.24 137.5 -
System Red Green Blue C M Y K H S L
Decimal 85 39 205 0.59 0.81 0 0.20 256.63 0.68 0.48
Hex 55 27 CD 3B 51 0 14 101 44 30
Octal 125 47 315 73 121 0 24 401 104 60
Binary 1010101 100111 11001101 111011 1010001 0 10100 100000001 1000100 110000

Color Harmonies of #5527CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5527CD

Black with #5527CD

Text Example


Text Example

White with #5527CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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