Html Css Color HEX #552BBE Purple Heart

📋 copy color: '#552BBE'

red 85 ◦ green 43 ◦ blue 190

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

Shades of Purple Heart #552BBE

Tints of Purple Heart #552BBE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.52%

 BLUE value IS 190 (74.61% from 255) = 59.75%

R = 26.73%
G = 13.52%
B = 59.75%

CMYK

 C value IS 0.55

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#552BBE (or 0x552BBE) is known color: Purple Heart. HEX triplet: 55, 2B and BE. RGB value is (85,43,190). Sum of RGB (Red+Green+Blue) = 85+43+190=318 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.73% from 318); Green value is 43 (17.19% from 255 or 13.52% from 318); Blue value is 190 (74.61% from 255 or 59.75% from 318); Max value from RGB is 190 - color contains mainly: blue. Hex color #552BBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #552BBE is #AAD441. Grayscale: #474747. Windows color (decimal): -11195458 or 12462933. OLE color: 12462933.

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

Color convert

RGB 85 43 190 -
CMYK 0.55 0.77 0 0.25
HSL 257.14º 0.63% 0.46% -
HSV(B) 257.14º 0.77% 0.75% -
XYZ 13.9 7.38 49.41 -
YUV 72.32 194.41 137.05 -
System Red Green Blue C M Y K H S L
Decimal 85 43 190 0.55 0.77 0 0.25 257.14 0.63 0.46
Hex 55 2B BE 37 4D 0 19 101 3F 2E
Octal 125 53 276 67 115 0 31 401 77 56
Binary 1010101 101011 10111110 110111 1001101 0 11001 100000001 111111 101110

Color Harmonies of #552BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552BBE

Black with #552BBE

Text Example


Text Example

White with #552BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,43,190); }

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

background-color css

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

 a { background-color: rgb(85,43,190); }

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

border-color css

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

 span { border-color: rgb(85,43,190); }

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