Html Css Color HEX #552DB3 Purple Heart

📋 copy color: '#552DB3'

red 85 ◦ green 45 ◦ blue 179

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

Shades of Purple Heart #552DB3

Tints of Purple Heart #552DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 57.93%

R = 27.51%
G = 14.56%
B = 57.93%

CMYK

 C value IS 0.53

 M value IS 0.75

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#552DB3 (or 0x552DB3) is known color: Purple Heart. HEX triplet: 55, 2D and B3. RGB value is (85,45,179). Sum of RGB (Red+Green+Blue) = 85+45+179=309 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.51% from 309); Green value is 45 (17.97% from 255 or 14.56% from 309); Blue value is 179 (70.31% from 255 or 57.93% from 309); Max value from RGB is 179 - color contains mainly: blue. Hex color #552DB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #552DB3 is #AAD24C. Grayscale: #474747. Windows color (decimal): -11194957 or 11742549. OLE color: 11742549.

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

Color convert

RGB 85 45 179 -
CMYK 0.53 0.75 0 0.30
HSL 257.91º 0.6% 0.44% -
HSV(B) 257.91º 0.75% 0.7% -
XYZ 12.82 7.06 43.34 -
YUV 72.24 188.25 137.1 -
System Red Green Blue C M Y K H S L
Decimal 85 45 179 0.53 0.75 0 0.30 257.91 0.6 0.44
Hex 55 2D B3 35 4B 0 1E 102 3C 2C
Octal 125 55 263 65 113 0 36 402 74 54
Binary 1010101 101101 10110011 110101 1001011 0 11110 100000010 111100 101100

Color Harmonies of #552DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552DB3

Black with #552DB3

Text Example


Text Example

White with #552DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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