Html Css Color HEX #552DBE Purple Heart

📋 copy color: '#552DBE'

red 85 ◦ green 45 ◦ blue 190

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

Shades of Purple Heart #552DBE

Tints of Purple Heart #552DBE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.06%

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

R = 26.56%
G = 14.06%
B = 59.38%

CMYK

 C value IS 0.55

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#552DBE (or 0x552DBE) is known color: Purple Heart. HEX triplet: 55, 2D and BE. RGB value is (85,45,190). Sum of RGB (Red+Green+Blue) = 85+45+190=320 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.56% from 320); Green value is 45 (17.97% from 255 or 14.06% from 320); Blue value is 190 (74.61% from 255 or 59.38% from 320); Max value from RGB is 190 - color contains mainly: blue. Hex color #552DBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #552DBE is #AAD241. Grayscale: #484848. Windows color (decimal): -11194946 or 12463445. OLE color: 12463445.

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

Color convert

RGB 85 45 190 -
CMYK 0.55 0.76 0 0.25
HSL 256.55º 0.62% 0.46% -
HSV(B) 256.55º 0.76% 0.75% -
XYZ 13.98 7.53 49.43 -
YUV 73.49 193.75 136.21 -
System Red Green Blue C M Y K H S L
Decimal 85 45 190 0.55 0.76 0 0.25 256.55 0.62 0.46
Hex 55 2D BE 37 4C 0 19 101 3E 2E
Octal 125 55 276 67 114 0 31 401 76 56
Binary 1010101 101101 10111110 110111 1001100 0 11001 100000001 111110 101110

Color Harmonies of #552DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552DBE

Black with #552DBE

Text Example


Text Example

White with #552DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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