Html Css Color HEX #7041D0 Purple Heart

📋 copy color: '#7041D0'

red 112 ◦ green 65 ◦ blue 208

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

Shades of Purple Heart #7041D0

Tints of Purple Heart #7041D0

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.88%

 BLUE value IS 208 (81.64% from 255) = 54.03%

R = 29.09%
G = 16.88%
B = 54.03%

CMYK

 C value IS 0.46

 M value IS 0.69

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7041D0 (or 0x7041D0) is known color: Purple Heart. HEX triplet: 70, 41 and D0. RGB value is (112,65,208). Sum of RGB (Red+Green+Blue) = 112+65+208=385 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.09% from 385); Green value is 65 (25.78% from 255 or 16.88% from 385); Blue value is 208 (81.64% from 255 or 54.03% from 385); Max value from RGB is 208 - color contains mainly: blue. Hex color #7041D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7041D0 is #8FBE2F. Grayscale: #5E5E5E. Windows color (decimal): -9420336 or 13648240. OLE color: 13648240.

HSL color Cylindrical-coordinate representation of color #7041D0: hue angle of 259.72º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7041D0 is Cyan = 0.46, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 112 65 208 -
CMYK 0.46 0.69 0 0.18
HSL 259.72º 0.6% 0.54% -
HSV(B) 259.72º 0.69% 0.82% -
XYZ 19.96 11.78 60.9 -
YUV 95.36 191.57 139.87 -
System Red Green Blue C M Y K H S L
Decimal 112 65 208 0.46 0.69 0 0.18 259.72 0.6 0.54
Hex 70 41 D0 2E 45 0 12 104 3C 36
Octal 160 101 320 56 105 0 22 404 74 66
Binary 1110000 1000001 11010000 101110 1000101 0 10010 100000100 111100 110110

Color Harmonies of #7041D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7041D0

Black with #7041D0

Text Example


Text Example

White with #7041D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7041D0; }

 p { color: rgb(112,65,208); }

 H1.HeaderClassName
 {
   color: #7041D0;
 }
 .AnyTagClassName
 {
   color: #7041D0;
 }
</style>

background-color css

<style>
 a { background-color: #7041D0; }

 a { background-color: rgb(112,65,208); }

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

border-color css

<style>
 span { border-color: #7041D0; }

 span { border-color: rgb(112,65,208); }

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