Html Css Color HEX #7042BA Purple Heart

📋 copy color: '#7042BA'

red 112 ◦ green 66 ◦ blue 186

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

Shades of Purple Heart #7042BA

Tints of Purple Heart #7042BA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.13%

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

R = 30.77%
G = 18.13%
B = 51.1%

CMYK

 C value IS 0.40

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7042BA (or 0x7042BA) is known color: Purple Heart. HEX triplet: 70, 42 and BA. RGB value is (112,66,186). Sum of RGB (Red+Green+Blue) = 112+66+186=364 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.77% from 364); Green value is 66 (26.17% from 255 or 18.13% from 364); Blue value is 186 (73.05% from 255 or 51.10% from 364); Max value from RGB is 186 - color contains mainly: blue. Hex color #7042BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7042BA is #8FBD45. Grayscale: #5D5D5D. Windows color (decimal): -9420102 or 12206704. OLE color: 12206704.

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

Color convert

RGB 112 66 186 -
CMYK 0.40 0.65 0 0.27
HSL 263º 0.48% 0.49% -
HSV(B) 263º 0.65% 0.73% -
XYZ 17.49 10.89 47.63 -
YUV 93.43 180.24 141.24 -
System Red Green Blue C M Y K H S L
Decimal 112 66 186 0.40 0.65 0 0.27 263 0.48 0.49
Hex 70 42 BA 28 41 0 1B 107 30 31
Octal 160 102 272 50 101 0 33 407 60 61
Binary 1110000 1000010 10111010 101000 1000001 0 11011 100000111 110000 110001

Color Harmonies of #7042BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7042BA

Black with #7042BA

Text Example


Text Example

White with #7042BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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