Html Css Color HEX #552EB2 Purple Heart

📋 copy color: '#552EB2'

red 85 ◦ green 46 ◦ blue 178

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

Shades of Purple Heart #552EB2

Tints of Purple Heart #552EB2

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.89%

 BLUE value IS 178 (69.92% from 255) = 57.61%

R = 27.51%
G = 14.89%
B = 57.61%

CMYK

 C value IS 0.52

 M value IS 0.74

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#552EB2 (or 0x552EB2) is known color: Purple Heart. HEX triplet: 55, 2E and B2. RGB value is (85,46,178). Sum of RGB (Red+Green+Blue) = 85+46+178=309 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.51% from 309); Green value is 46 (18.36% from 255 or 14.89% from 309); Blue value is 178 (69.92% from 255 or 57.61% from 309); Max value from RGB is 178 - color contains mainly: blue. Hex color #552EB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552EB2 is #AAD14D. Grayscale: #484848. Windows color (decimal): -11194702 or 11677269. OLE color: 11677269.

HSL color Cylindrical-coordinate representation of color #552EB2: hue angle of 257.73º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #552EB2 is Cyan = 0.52, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 85 46 178 -
CMYK 0.52 0.74 0 0.30
HSL 257.73º 0.59% 0.44% -
HSV(B) 257.73º 0.74% 0.7% -
XYZ 12.76 7.1 42.82 -
YUV 72.71 187.42 136.77 -
System Red Green Blue C M Y K H S L
Decimal 85 46 178 0.52 0.74 0 0.30 257.73 0.59 0.44
Hex 55 2E B2 34 4A 0 1E 102 3B 2C
Octal 125 56 262 64 112 0 36 402 73 54
Binary 1010101 101110 10110010 110100 1001010 0 11110 100000010 111011 101100

Color Harmonies of #552EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552EB2

Black with #552EB2

Text Example


Text Example

White with #552EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,46,178); }

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

background-color css

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

 a { background-color: rgb(85,46,178); }

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

border-color css

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

 span { border-color: rgb(85,46,178); }

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