Html Css Color HEX #553DB7 Purple Heart

📋 copy color: '#553DB7'

red 85 ◦ green 61 ◦ blue 183

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

Shades of Purple Heart #553DB7

Tints of Purple Heart #553DB7

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.54%

 BLUE value IS 183 (71.88% from 255) = 55.62%

R = 25.84%
G = 18.54%
B = 55.62%

CMYK

 C value IS 0.54

 M value IS 0.67

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#553DB7 (or 0x553DB7) is known color: Purple Heart. HEX triplet: 55, 3D and B7. RGB value is (85,61,183). Sum of RGB (Red+Green+Blue) = 85+61+183=329 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.84% from 329); Green value is 61 (24.22% from 255 or 18.54% from 329); Blue value is 183 (71.88% from 255 or 55.62% from 329); Max value from RGB is 183 - color contains mainly: blue. Hex color #553DB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #553DB7 is #AAC248. Grayscale: #515151. Windows color (decimal): -11190857 or 12008789. OLE color: 12008789.

HSL color Cylindrical-coordinate representation of color #553DB7: hue angle of 251.8º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #553DB7 is Cyan = 0.54, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 85 61 183 -
CMYK 0.54 0.67 0 0.28
HSL 251.8º 0.5% 0.48% -
HSV(B) 251.8º 0.67% 0.72% -
XYZ 13.96 8.69 45.74 -
YUV 82.08 184.95 130.08 -
System Red Green Blue C M Y K H S L
Decimal 85 61 183 0.54 0.67 0 0.28 251.8 0.5 0.48
Hex 55 3D B7 36 43 0 1C FC 32 30
Octal 125 75 267 66 103 0 34 374 62 60
Binary 1010101 111101 10110111 110110 1000011 0 11100 11111100 110010 110000

Color Harmonies of #553DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553DB7

Black with #553DB7

Text Example


Text Example

White with #553DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553DB7; }

 p { color: rgb(85,61,183); }

 H1.HeaderClassName
 {
   color: #553DB7;
 }
 .AnyTagClassName
 {
   color: #553DB7;
 }
</style>

background-color css

<style>
 a { background-color: #553DB7; }

 a { background-color: rgb(85,61,183); }

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

border-color css

<style>
 span { border-color: #553DB7; }

 span { border-color: rgb(85,61,183); }

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