Html Css Color HEX #553CAF Purple Heart

📋 copy color: '#553CAF'

red 85 ◦ green 60 ◦ blue 175

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

Shades of Purple Heart #553CAF

Tints of Purple Heart #553CAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 54.69%

R = 26.56%
G = 18.75%
B = 54.69%

CMYK

 C value IS 0.51

 M value IS 0.66

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#553CAF (or 0x553CAF) is known color: Purple Heart. HEX triplet: 55, 3C and AF. RGB value is (85,60,175). Sum of RGB (Red+Green+Blue) = 85+60+175=320 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.56% from 320); Green value is 60 (23.83% from 255 or 18.75% from 320); Blue value is 175 (68.75% from 255 or 54.69% from 320); Max value from RGB is 175 - color contains mainly: blue. Hex color #553CAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553CAF is #AAC350. Grayscale: #505050. Windows color (decimal): -11191121 or 11484245. OLE color: 11484245.

HSL color Cylindrical-coordinate representation of color #553CAF: hue angle of 253.04º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #553CAF is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 85 60 175 -
CMYK 0.51 0.66 0 0.31
HSL 253.04º 0.49% 0.46% -
HSV(B) 253.04º 0.66% 0.69% -
XYZ 13.1 8.26 41.46 -
YUV 80.59 181.28 131.15 -
System Red Green Blue C M Y K H S L
Decimal 85 60 175 0.51 0.66 0 0.31 253.04 0.49 0.46
Hex 55 3C AF 33 42 0 1F FD 31 2E
Octal 125 74 257 63 102 0 37 375 61 56
Binary 1010101 111100 10101111 110011 1000010 0 11111 11111101 110001 101110

Color Harmonies of #553CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553CAF

Black with #553CAF

Text Example


Text Example

White with #553CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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