Html Css Color HEX #553CBC Purple Heart

📋 copy color: '#553CBC'

red 85 ◦ green 60 ◦ blue 188

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

Shades of Purple Heart #553CBC

Tints of Purple Heart #553CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 56.46%

R = 25.53%
G = 18.02%
B = 56.46%

CMYK

 C value IS 0.55

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#553CBC (or 0x553CBC) is known color: Purple Heart. HEX triplet: 55, 3C and BC. RGB value is (85,60,188). Sum of RGB (Red+Green+Blue) = 85+60+188=333 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.53% from 333); Green value is 60 (23.83% from 255 or 18.02% from 333); Blue value is 188 (73.83% from 255 or 56.46% from 333); Max value from RGB is 188 - color contains mainly: blue. Hex color #553CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #553CBC is #AAC343. Grayscale: #515151. Windows color (decimal): -11191108 or 12336213. OLE color: 12336213.

HSL color Cylindrical-coordinate representation of color #553CBC: hue angle of 251.72º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #553CBC is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 85 60 188 -
CMYK 0.55 0.68 0 0.26
HSL 251.72º 0.52% 0.49% -
HSV(B) 251.72º 0.68% 0.74% -
XYZ 14.44 8.79 48.51 -
YUV 82.07 187.78 130.09 -
System Red Green Blue C M Y K H S L
Decimal 85 60 188 0.55 0.68 0 0.26 251.72 0.52 0.49
Hex 55 3C BC 37 44 0 1A FC 34 31
Octal 125 74 274 67 104 0 32 374 64 61
Binary 1010101 111100 10111100 110111 1000100 0 11010 11111100 110100 110001

Color Harmonies of #553CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553CBC

Black with #553CBC

Text Example


Text Example

White with #553CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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