Html Css Color HEX #552FBF Purple Heart

📋 copy color: '#552FBF'

red 85 ◦ green 47 ◦ blue 191

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

Shades of Purple Heart #552FBF

Tints of Purple Heart #552FBF

RGB

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

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

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

R = 26.32%
G = 14.55%
B = 59.13%

CMYK

 C value IS 0.55

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#552FBF (or 0x552FBF) is known color: Purple Heart. HEX triplet: 55, 2F and BF. RGB value is (85,47,191). Sum of RGB (Red+Green+Blue) = 85+47+191=323 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.32% from 323); Green value is 47 (18.75% from 255 or 14.55% from 323); Blue value is 191 (75% from 255 or 59.13% from 323); Max value from RGB is 191 - color contains mainly: blue. Hex color #552FBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #552FBF is #AAD040. Grayscale: #4A4A4A. Windows color (decimal): -11194433 or 12529493. OLE color: 12529493.

HSL color Cylindrical-coordinate representation of color #552FBF: hue angle of 255.83º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #552FBF is Cyan = 0.55, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 85 47 191 -
CMYK 0.55 0.75 0 0.25
HSL 255.83º 0.61% 0.47% -
HSV(B) 255.83º 0.75% 0.75% -
XYZ 14.17 7.73 50.03 -
YUV 74.78 193.59 135.29 -
System Red Green Blue C M Y K H S L
Decimal 85 47 191 0.55 0.75 0 0.25 255.83 0.61 0.47
Hex 55 2F BF 37 4B 0 19 100 3D 2F
Octal 125 57 277 67 113 0 31 400 75 57
Binary 1010101 101111 10111111 110111 1001011 0 11001 100000000 111101 101111

Color Harmonies of #552FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552FBF

Black with #552FBF

Text Example


Text Example

White with #552FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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