Html Css Color HEX #552CBE Purple Heart

📋 copy color: '#552CBE'

red 85 ◦ green 44 ◦ blue 190

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

Shades of Purple Heart #552CBE

Tints of Purple Heart #552CBE

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.79%

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

R = 26.65%
G = 13.79%
B = 59.56%

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

#552CBE (or 0x552CBE) is known color: Purple Heart. HEX triplet: 55, 2C and BE. RGB value is (85,44,190). Sum of RGB (Red+Green+Blue) = 85+44+190=319 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.65% from 319); Green value is 44 (17.58% from 255 or 13.79% from 319); Blue value is 190 (74.61% from 255 or 59.56% from 319); Max value from RGB is 190 - color contains mainly: blue. Hex color #552CBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #552CBE is #AAD341. Grayscale: #484848. Windows color (decimal): -11195202 or 12463189. OLE color: 12463189.

HSL color Cylindrical-coordinate representation of color #552CBE: hue angle of 256.85º degrees, saturation: 0.62, 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 #552CBE is Cyan = 0.55, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 85 44 190 -
CMYK 0.55 0.77 0 0.25
HSL 256.85º 0.62% 0.46% -
HSV(B) 256.85º 0.77% 0.75% -
XYZ 13.94 7.45 49.42 -
YUV 72.9 194.08 136.63 -
System Red Green Blue C M Y K H S L
Decimal 85 44 190 0.55 0.77 0 0.25 256.85 0.62 0.46
Hex 55 2C BE 37 4D 0 19 101 3E 2E
Octal 125 54 276 67 115 0 31 401 76 56
Binary 1010101 101100 10111110 110111 1001101 0 11001 100000001 111110 101110

Color Harmonies of #552CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552CBE

Black with #552CBE

Text Example


Text Example

White with #552CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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