Html Css Color HEX #553DD2 Purple Heart

📋 copy color: '#553DD2'

red 85 ◦ green 61 ◦ blue 210

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

Shades of Purple Heart #553DD2

Tints of Purple Heart #553DD2

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.13%

 BLUE value IS 210 (82.42% from 255) = 58.99%

R = 23.88%
G = 17.13%
B = 58.99%

CMYK

 C value IS 0.60

 M value IS 0.71

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#553DD2 (or 0x553DD2) is known color: Purple Heart. HEX triplet: 55, 3D and D2. RGB value is (85,61,210). Sum of RGB (Red+Green+Blue) = 85+61+210=356 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.88% from 356); Green value is 61 (24.22% from 255 or 17.13% from 356); Blue value is 210 (82.42% from 255 or 58.99% from 356); Max value from RGB is 210 - color contains mainly: blue. Hex color #553DD2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #553DD2 is #AAC22D. Grayscale: #545454. Windows color (decimal): -11190830 or 13778261. OLE color: 13778261.

HSL color Cylindrical-coordinate representation of color #553DD2: hue angle of 249.66º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #553DD2 is Cyan = 0.60, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 85 61 210 -
CMYK 0.60 0.71 0 0.18
HSL 249.66º 0.62% 0.53% -
HSV(B) 249.66º 0.71% 0.82% -
XYZ 17.05 9.92 61.99 -
YUV 85.16 198.45 127.88 -
System Red Green Blue C M Y K H S L
Decimal 85 61 210 0.60 0.71 0 0.18 249.66 0.62 0.53
Hex 55 3D D2 3C 47 0 12 FA 3E 35
Octal 125 75 322 74 107 0 22 372 76 65
Binary 1010101 111101 11010010 111100 1000111 0 10010 11111010 111110 110101

Color Harmonies of #553DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553DD2

Black with #553DD2

Text Example


Text Example

White with #553DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553DD2; }

 p { color: rgb(85,61,210); }

 H1.HeaderClassName
 {
   color: #553DD2;
 }
 .AnyTagClassName
 {
   color: #553DD2;
 }
</style>

background-color css

<style>
 a { background-color: #553DD2; }

 a { background-color: rgb(85,61,210); }

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

border-color css

<style>
 span { border-color: #553DD2; }

 span { border-color: rgb(85,61,210); }

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