Html Css Color HEX #552DDD Purple Heart

📋 copy color: '#552DDD'

red 85 ◦ green 45 ◦ blue 221

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

Shades of Purple Heart #552DDD

Tints of Purple Heart #552DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 62.96%

R = 24.22%
G = 12.82%
B = 62.96%

CMYK

 C value IS 0.62

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#552DDD (or 0x552DDD) is known color: Purple Heart. HEX triplet: 55, 2D and DD. RGB value is (85,45,221). Sum of RGB (Red+Green+Blue) = 85+45+221=351 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.22% from 351); Green value is 45 (17.97% from 255 or 12.82% from 351); Blue value is 221 (86.72% from 255 or 62.96% from 351); Max value from RGB is 221 - color contains mainly: blue. Hex color #552DDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #552DDD is #AAD222. Grayscale: #4C4C4C. Windows color (decimal): -11194915 or 14495061. OLE color: 14495061.

HSL color Cylindrical-coordinate representation of color #552DDD: hue angle of 253.64º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #552DDD is Cyan = 0.62, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 85 45 221 -
CMYK 0.62 0.80 0 0.13
HSL 253.64º 0.72% 0.52% -
HSV(B) 253.64º 0.8% 0.87% -
XYZ 17.74 9.03 69.21 -
YUV 77.02 209.25 133.69 -
System Red Green Blue C M Y K H S L
Decimal 85 45 221 0.62 0.80 0 0.13 253.64 0.72 0.52
Hex 55 2D DD 3E 50 0 D FE 48 34
Octal 125 55 335 76 120 0 15 376 110 64
Binary 1010101 101101 11011101 111110 1010000 0 1101 11111110 1001000 110100

Color Harmonies of #552DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552DDD

Black with #552DDD

Text Example


Text Example

White with #552DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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