Html Css Color HEX #553CBF Purple Heart

📋 copy color: '#553CBF'

red 85 ◦ green 60 ◦ blue 191

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

Shades of Purple Heart #553CBF

Tints of Purple Heart #553CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 56.85%

R = 25.3%
G = 17.86%
B = 56.85%

CMYK

 C value IS 0.55

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#553CBF (or 0x553CBF) is known color: Purple Heart. HEX triplet: 55, 3C and BF. RGB value is (85,60,191). Sum of RGB (Red+Green+Blue) = 85+60+191=336 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.30% from 336); Green value is 60 (23.83% from 255 or 17.86% from 336); Blue value is 191 (75% from 255 or 56.85% from 336); Max value from RGB is 191 - color contains mainly: blue. Hex color #553CBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #553CBF is #AAC340. Grayscale: #515151. Windows color (decimal): -11191105 or 12532821. OLE color: 12532821.

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

Color convert

RGB 85 60 191 -
CMYK 0.55 0.69 0 0.25
HSL 251.45º 0.52% 0.49% -
HSV(B) 251.45º 0.69% 0.75% -
XYZ 14.77 8.92 50.23 -
YUV 82.41 189.28 129.85 -
System Red Green Blue C M Y K H S L
Decimal 85 60 191 0.55 0.69 0 0.25 251.45 0.52 0.49
Hex 55 3C BF 37 45 0 19 FB 34 31
Octal 125 74 277 67 105 0 31 373 64 61
Binary 1010101 111100 10111111 110111 1000101 0 11001 11111011 110100 110001

Color Harmonies of #553CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553CBF

Black with #553CBF

Text Example


Text Example

White with #553CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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