Html Css Color HEX #553CDC Purple Heart

📋 copy color: '#553CDC'

red 85 ◦ green 60 ◦ blue 220

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

Shades of Purple Heart #553CDC

Tints of Purple Heart #553CDC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.44%

 BLUE value IS 220 (86.33% from 255) = 60.27%

R = 23.29%
G = 16.44%
B = 60.27%

CMYK

 C value IS 0.61

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#553CDC (or 0x553CDC) is known color: Purple Heart. HEX triplet: 55, 3C and DC. RGB value is (85,60,220). Sum of RGB (Red+Green+Blue) = 85+60+220=365 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.29% from 365); Green value is 60 (23.83% from 255 or 16.44% from 365); Blue value is 220 (86.33% from 255 or 60.27% from 365); Max value from RGB is 220 - color contains mainly: blue. Hex color #553CDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #553CDC is #AAC323. Grayscale: #555555. Windows color (decimal): -11191076 or 14433365. OLE color: 14433365.

HSL color Cylindrical-coordinate representation of color #553CDC: hue angle of 249.38º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #553CDC is Cyan = 0.61, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 85 60 220 -
CMYK 0.61 0.73 0 0.14
HSL 249.38º 0.7% 0.55% -
HSV(B) 249.38º 0.73% 0.86% -
XYZ 18.28 10.33 68.74 -
YUV 85.72 203.78 127.49 -
System Red Green Blue C M Y K H S L
Decimal 85 60 220 0.61 0.73 0 0.14 249.38 0.7 0.55
Hex 55 3C DC 3D 49 0 E F9 46 37
Octal 125 74 334 75 111 0 16 371 106 67
Binary 1010101 111100 11011100 111101 1001001 0 1110 11111001 1000110 110111

Color Harmonies of #553CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553CDC

Black with #553CDC

Text Example


Text Example

White with #553CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,60,220); }

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

background-color css

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

 a { background-color: rgb(85,60,220); }

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

border-color css

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

 span { border-color: rgb(85,60,220); }

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