Html Css Color HEX #552FBA Purple Heart

📋 copy color: '#552FBA'

red 85 ◦ green 47 ◦ blue 186

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

Shades of Purple Heart #552FBA

Tints of Purple Heart #552FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 58.49%

R = 26.73%
G = 14.78%
B = 58.49%

CMYK

 C value IS 0.54

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#552FBA (or 0x552FBA) is known color: Purple Heart. HEX triplet: 55, 2F and BA. RGB value is (85,47,186). Sum of RGB (Red+Green+Blue) = 85+47+186=318 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.73% from 318); Green value is 47 (18.75% from 255 or 14.78% from 318); Blue value is 186 (73.05% from 255 or 58.49% from 318); Max value from RGB is 186 - color contains mainly: blue. Hex color #552FBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #552FBA is #AAD045. Grayscale: #494949. Windows color (decimal): -11194438 or 12201813. OLE color: 12201813.

HSL color Cylindrical-coordinate representation of color #552FBA: hue angle of 256.4º 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 #552FBA is Cyan = 0.54, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 85 47 186 -
CMYK 0.54 0.75 0 0.27
HSL 256.4º 0.6% 0.46% -
HSV(B) 256.4º 0.75% 0.73% -
XYZ 13.63 7.51 47.19 -
YUV 74.21 191.09 135.7 -
System Red Green Blue C M Y K H S L
Decimal 85 47 186 0.54 0.75 0 0.27 256.4 0.6 0.46
Hex 55 2F BA 36 4B 0 1B 100 3C 2E
Octal 125 57 272 66 113 0 33 400 74 56
Binary 1010101 101111 10111010 110110 1001011 0 11011 100000000 111100 101110

Color Harmonies of #552FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552FBA

Black with #552FBA

Text Example


Text Example

White with #552FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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