Html Css Color HEX #552CBF Purple Heart

📋 copy color: '#552CBF'

red 85 ◦ green 44 ◦ blue 191

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

Shades of Purple Heart #552CBF

Tints of Purple Heart #552CBF

RGB

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

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

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

R = 26.56%
G = 13.75%
B = 59.69%

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

#552CBF (or 0x552CBF) is known color: Purple Heart. HEX triplet: 55, 2C and BF. RGB value is (85,44,191). Sum of RGB (Red+Green+Blue) = 85+44+191=320 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.56% from 320); Green value is 44 (17.58% from 255 or 13.75% from 320); Blue value is 191 (75% from 255 or 59.69% from 320); Max value from RGB is 191 - color contains mainly: blue. Hex color #552CBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #552CBF is #AAD340. Grayscale: #484848. Windows color (decimal): -11195201 or 12528725. OLE color: 12528725.

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

Color convert

RGB 85 44 191 -
CMYK 0.55 0.77 0 0.25
HSL 256.73º 0.63% 0.46% -
HSV(B) 256.73º 0.77% 0.75% -
XYZ 14.05 7.49 50 -
YUV 73.02 194.58 136.55 -
System Red Green Blue C M Y K H S L
Decimal 85 44 191 0.55 0.77 0 0.25 256.73 0.63 0.46
Hex 55 2C BF 37 4D 0 19 101 3F 2E
Octal 125 54 277 67 115 0 31 401 77 56
Binary 1010101 101100 10111111 110111 1001101 0 11001 100000001 111111 101110

Color Harmonies of #552CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552CBF

Black with #552CBF

Text Example


Text Example

White with #552CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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