Html Css Color HEX #552FBB Purple Heart

📋 copy color: '#552FBB'

red 85 ◦ green 47 ◦ blue 187

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

Shades of Purple Heart #552FBB

Tints of Purple Heart #552FBB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.73%

 BLUE value IS 187 (73.44% from 255) = 58.62%

R = 26.65%
G = 14.73%
B = 58.62%

CMYK

 C value IS 0.55

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#552FBB (or 0x552FBB) is known color: Purple Heart. HEX triplet: 55, 2F and BB. RGB value is (85,47,187). Sum of RGB (Red+Green+Blue) = 85+47+187=319 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.65% from 319); Green value is 47 (18.75% from 255 or 14.73% from 319); Blue value is 187 (73.44% from 255 or 58.62% from 319); Max value from RGB is 187 - color contains mainly: blue. Hex color #552FBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #552FBB is #AAD044. Grayscale: #494949. Windows color (decimal): -11194437 or 12267349. OLE color: 12267349.

HSL color Cylindrical-coordinate representation of color #552FBB: hue angle of 256.29º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #552FBB is Cyan = 0.55, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 85 47 187 -
CMYK 0.55 0.75 0 0.27
HSL 256.29º 0.6% 0.46% -
HSV(B) 256.29º 0.75% 0.73% -
XYZ 13.73 7.55 47.75 -
YUV 74.32 191.59 135.62 -
System Red Green Blue C M Y K H S L
Decimal 85 47 187 0.55 0.75 0 0.27 256.29 0.6 0.46
Hex 55 2F BB 37 4B 0 1B 100 3C 2E
Octal 125 57 273 67 113 0 33 400 74 56
Binary 1010101 101111 10111011 110111 1001011 0 11011 100000000 111100 101110

Color Harmonies of #552FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552FBB

Black with #552FBB

Text Example


Text Example

White with #552FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552FBB; }

 p { color: rgb(85,47,187); }

 H1.HeaderClassName
 {
   color: #552FBB;
 }
 .AnyTagClassName
 {
   color: #552FBB;
 }
</style>

background-color css

<style>
 a { background-color: #552FBB; }

 a { background-color: rgb(85,47,187); }

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

border-color css

<style>
 span { border-color: #552FBB; }

 span { border-color: rgb(85,47,187); }

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