Html Css Color HEX #7037DD Purple Heart

📋 copy color: '#7037DD'

red 112 ◦ green 55 ◦ blue 221

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

Shades of Purple Heart #7037DD

Tints of Purple Heart #7037DD

RGB

 RED value IS 112 (44.14% from 255) = 28.87%

 GREEN value IS 55 (21.88% from 255) = 14.18%

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

R = 28.87%
G = 14.18%
B = 56.96%

CMYK

 C value IS 0.49

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7037DD (or 0x7037DD) is known color: Purple Heart. HEX triplet: 70, 37 and DD. RGB value is (112,55,221). Sum of RGB (Red+Green+Blue) = 112+55+221=388 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.87% from 388); Green value is 55 (21.88% from 255 or 14.18% from 388); Blue value is 221 (86.72% from 255 or 56.96% from 388); Max value from RGB is 221 - color contains mainly: blue. Hex color #7037DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7037DD is #8FC822. Grayscale: #5A5A5A. Windows color (decimal): -9422883 or 14497648. OLE color: 14497648.

HSL color Cylindrical-coordinate representation of color #7037DD: hue angle of 260.6º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7037DD is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 55 221 -
CMYK 0.49 0.75 0 0.13
HSL 260.6º 0.71% 0.54% -
HSV(B) 260.6º 0.75% 0.87% -
XYZ 21.1 11.4 69.49 -
YUV 90.97 201.38 143 -
System Red Green Blue C M Y K H S L
Decimal 112 55 221 0.49 0.75 0 0.13 260.6 0.71 0.54
Hex 70 37 DD 31 4B 0 D 105 47 36
Octal 160 67 335 61 113 0 15 405 107 66
Binary 1110000 110111 11011101 110001 1001011 0 1101 100000101 1000111 110110

Color Harmonies of #7037DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7037DD

Black with #7037DD

Text Example


Text Example

White with #7037DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7037DD; }

 p { color: rgb(112,55,221); }

 H1.HeaderClassName
 {
   color: #7037DD;
 }
 .AnyTagClassName
 {
   color: #7037DD;
 }
</style>

background-color css

<style>
 a { background-color: #7037DD; }

 a { background-color: rgb(112,55,221); }

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

border-color css

<style>
 span { border-color: #7037DD; }

 span { border-color: rgb(112,55,221); }

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