Html Css Color HEX #5537CD Purple Heart

📋 copy color: '#5537CD'

red 85 ◦ green 55 ◦ blue 205

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

Shades of Purple Heart #5537CD

Tints of Purple Heart #5537CD

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.94%

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

R = 24.64%
G = 15.94%
B = 59.42%

CMYK

 C value IS 0.59

 M value IS 0.73

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5537CD (or 0x5537CD) is known color: Purple Heart. HEX triplet: 55, 37 and CD. RGB value is (85,55,205). Sum of RGB (Red+Green+Blue) = 85+55+205=345 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.64% from 345); Green value is 55 (21.88% from 255 or 15.94% from 345); Blue value is 205 (80.47% from 255 or 59.42% from 345); Max value from RGB is 205 - color contains mainly: blue. Hex color #5537CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5537CD is #AAC832. Grayscale: #505050. Windows color (decimal): -11192371 or 13449045. OLE color: 13449045.

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

Color convert

RGB 85 55 205 -
CMYK 0.59 0.73 0 0.20
HSL 252º 0.6% 0.51% -
HSV(B) 252º 0.73% 0.8% -
XYZ 16.13 9.07 58.66 -
YUV 81.07 197.94 130.8 -
System Red Green Blue C M Y K H S L
Decimal 85 55 205 0.59 0.73 0 0.20 252 0.6 0.51
Hex 55 37 CD 3B 49 0 14 FC 3C 33
Octal 125 67 315 73 111 0 24 374 74 63
Binary 1010101 110111 11001101 111011 1001001 0 10100 11111100 111100 110011

Color Harmonies of #5537CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5537CD

Black with #5537CD

Text Example


Text Example

White with #5537CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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