Html Css Color HEX #7022B6 Purple Heart

📋 copy color: '#7022B6'

red 112 ◦ green 34 ◦ blue 182

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

Shades of Purple Heart #7022B6

Tints of Purple Heart #7022B6

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.37%

 BLUE value IS 182 (71.48% from 255) = 55.49%

R = 34.15%
G = 10.37%
B = 55.49%

CMYK

 C value IS 0.38

 M value IS 0.81

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7022B6 (or 0x7022B6) is known color: Purple Heart. HEX triplet: 70, 22 and B6. RGB value is (112,34,182). Sum of RGB (Red+Green+Blue) = 112+34+182=328 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.15% from 328); Green value is 34 (13.67% from 255 or 10.37% from 328); Blue value is 182 (71.48% from 255 or 55.49% from 328); Max value from RGB is 182 - color contains mainly: blue. Hex color #7022B6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7022B6 is #8FDD49. Grayscale: #494949. Windows color (decimal): -9428298 or 11936368. OLE color: 11936368.

HSL color Cylindrical-coordinate representation of color #7022B6: hue angle of 271.62º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7022B6 is Cyan = 0.38, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 112 34 182 -
CMYK 0.38 0.81 0 0.29
HSL 271.62º 0.69% 0.42% -
HSV(B) 271.62º 0.81% 0.71% -
XYZ 15.7 7.97 44.97 -
YUV 74.19 188.84 154.97 -
System Red Green Blue C M Y K H S L
Decimal 112 34 182 0.38 0.81 0 0.29 271.62 0.69 0.42
Hex 70 22 B6 26 51 0 1D 110 45 2A
Octal 160 42 266 46 121 0 35 420 105 52
Binary 1110000 100010 10110110 100110 1010001 0 11101 100010000 1000101 101010

Color Harmonies of #7022B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7022B6

Black with #7022B6

Text Example


Text Example

White with #7022B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7022B6; }

 p { color: rgb(112,34,182); }

 H1.HeaderClassName
 {
   color: #7022B6;
 }
 .AnyTagClassName
 {
   color: #7022B6;
 }
</style>

background-color css

<style>
 a { background-color: #7022B6; }

 a { background-color: rgb(112,34,182); }

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

border-color css

<style>
 span { border-color: #7022B6; }

 span { border-color: rgb(112,34,182); }

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