Html Css Color HEX #553CB2 Purple Heart

📋 copy color: '#553CB2'

red 85 ◦ green 60 ◦ blue 178

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

Shades of Purple Heart #553CB2

Tints of Purple Heart #553CB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 55.11%

R = 26.32%
G = 18.58%
B = 55.11%

CMYK

 C value IS 0.52

 M value IS 0.66

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#553CB2 (or 0x553CB2) is known color: Purple Heart. HEX triplet: 55, 3C and B2. RGB value is (85,60,178). Sum of RGB (Red+Green+Blue) = 85+60+178=323 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.32% from 323); Green value is 60 (23.83% from 255 or 18.58% from 323); Blue value is 178 (69.92% from 255 or 55.11% from 323); Max value from RGB is 178 - color contains mainly: blue. Hex color #553CB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553CB2 is #AAC34D. Grayscale: #505050. Windows color (decimal): -11191118 or 11680853. OLE color: 11680853.

HSL color Cylindrical-coordinate representation of color #553CB2: hue angle of 252.71º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #553CB2 is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 85 60 178 -
CMYK 0.52 0.66 0 0.30
HSL 252.71º 0.5% 0.47% -
HSV(B) 252.71º 0.66% 0.7% -
XYZ 13.4 8.38 43.03 -
YUV 80.93 182.78 130.91 -
System Red Green Blue C M Y K H S L
Decimal 85 60 178 0.52 0.66 0 0.30 252.71 0.5 0.47
Hex 55 3C B2 34 42 0 1E FD 32 2F
Octal 125 74 262 64 102 0 36 375 62 57
Binary 1010101 111100 10110010 110100 1000010 0 11110 11111101 110010 101111

Color Harmonies of #553CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553CB2

Black with #553CB2

Text Example


Text Example

White with #553CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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