Html Css Color HEX #7040BA Purple Heart

📋 copy color: '#7040BA'

red 112 ◦ green 64 ◦ blue 186

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

Shades of Purple Heart #7040BA

Tints of Purple Heart #7040BA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.68%

 BLUE value IS 186 (73.05% from 255) = 51.38%

R = 30.94%
G = 17.68%
B = 51.38%

CMYK

 C value IS 0.40

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7040BA (or 0x7040BA) is known color: Purple Heart. HEX triplet: 70, 40 and BA. RGB value is (112,64,186). Sum of RGB (Red+Green+Blue) = 112+64+186=362 (47% of max value = 765). Red value is 112 (44.14% from 255 or 30.94% from 362); Green value is 64 (25.39% from 255 or 17.68% from 362); Blue value is 186 (73.05% from 255 or 51.38% from 362); Max value from RGB is 186 - color contains mainly: blue. Hex color #7040BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7040BA is #8FBF45. Grayscale: #5B5B5B. Windows color (decimal): -9420614 or 12206192. OLE color: 12206192.

HSL color Cylindrical-coordinate representation of color #7040BA: hue angle of 263.61º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7040BA is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 64 186 -
CMYK 0.40 0.66 0 0.27
HSL 263.61º 0.49% 0.49% -
HSV(B) 263.61º 0.66% 0.73% -
XYZ 17.38 10.66 47.6 -
YUV 92.26 180.9 142.08 -
System Red Green Blue C M Y K H S L
Decimal 112 64 186 0.40 0.66 0 0.27 263.61 0.49 0.49
Hex 70 40 BA 28 42 0 1B 108 31 31
Octal 160 100 272 50 102 0 33 410 61 61
Binary 1110000 1000000 10111010 101000 1000010 0 11011 100001000 110001 110001

Color Harmonies of #7040BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7040BA

Black with #7040BA

Text Example


Text Example

White with #7040BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7040BA; }

 p { color: rgb(112,64,186); }

 H1.HeaderClassName
 {
   color: #7040BA;
 }
 .AnyTagClassName
 {
   color: #7040BA;
 }
</style>

background-color css

<style>
 a { background-color: #7040BA; }

 a { background-color: rgb(112,64,186); }

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

border-color css

<style>
 span { border-color: #7040BA; }

 span { border-color: rgb(112,64,186); }

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