Html Css Color HEX #553ACC Purple Heart

📋 copy color: '#553ACC'

red 85 ◦ green 58 ◦ blue 204

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

Shades of Purple Heart #553ACC

Tints of Purple Heart #553ACC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.71%

 BLUE value IS 204 (80.08% from 255) = 58.79%

R = 24.5%
G = 16.71%
B = 58.79%

CMYK

 C value IS 0.58

 M value IS 0.72

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#553ACC (or 0x553ACC) is known color: Purple Heart. HEX triplet: 55, 3A and CC. RGB value is (85,58,204). Sum of RGB (Red+Green+Blue) = 85+58+204=347 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.50% from 347); Green value is 58 (23.05% from 255 or 16.71% from 347); Blue value is 204 (80.08% from 255 or 58.79% from 347); Max value from RGB is 204 - color contains mainly: blue. Hex color #553ACC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #553ACC is #AAC533. Grayscale: #525252. Windows color (decimal): -11191604 or 13384277. OLE color: 13384277.

HSL color Cylindrical-coordinate representation of color #553ACC: hue angle of 251.1º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #553ACC is Cyan = 0.58, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 85 58 204 -
CMYK 0.58 0.72 0 0.2
HSL 251.1º 0.59% 0.51% -
HSV(B) 251.1º 0.72% 0.8% -
XYZ 16.16 9.32 58.07 -
YUV 82.72 196.45 129.63 -
System Red Green Blue C M Y K H S L
Decimal 85 58 204 0.58 0.72 0 0.2 251.1 0.59 0.51
Hex 55 3A CC 3A 48 0 14 FB 3B 33
Octal 125 72 314 72 110 0 24 373 73 63
Binary 1010101 111010 11001100 111010 1001000 0 10100 11111011 111011 110011

Color Harmonies of #553ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553ACC

Black with #553ACC

Text Example


Text Example

White with #553ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,58,204); }

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

background-color css

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

 a { background-color: rgb(85,58,204); }

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

border-color css

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

 span { border-color: rgb(85,58,204); }

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