Html Css Color HEX #7022BB Purple Heart

📋 copy color: '#7022BB'

red 112 ◦ green 34 ◦ blue 187

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

Shades of Purple Heart #7022BB

Tints of Purple Heart #7022BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 56.16%

R = 33.63%
G = 10.21%
B = 56.16%

CMYK

 C value IS 0.40

 M value IS 0.82

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7022BB (or 0x7022BB) is known color: Purple Heart. HEX triplet: 70, 22 and BB. RGB value is (112,34,187). Sum of RGB (Red+Green+Blue) = 112+34+187=333 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.63% from 333); Green value is 34 (13.67% from 255 or 10.21% from 333); Blue value is 187 (73.44% from 255 or 56.16% from 333); Max value from RGB is 187 - color contains mainly: blue. Hex color #7022BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7022BB is #8FDD44. Grayscale: #4A4A4A. Windows color (decimal): -9428293 or 12264048. OLE color: 12264048.

HSL color Cylindrical-coordinate representation of color #7022BB: hue angle of 270.59º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7022BB is Cyan = 0.40, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 34 187 -
CMYK 0.40 0.82 0 0.27
HSL 270.59º 0.69% 0.43% -
HSV(B) 270.59º 0.82% 0.73% -
XYZ 16.22 8.18 47.74 -
YUV 74.76 191.34 154.56 -
System Red Green Blue C M Y K H S L
Decimal 112 34 187 0.40 0.82 0 0.27 270.59 0.69 0.43
Hex 70 22 BB 28 52 0 1B 10F 45 2B
Octal 160 42 273 50 122 0 33 417 105 53
Binary 1110000 100010 10111011 101000 1010010 0 11011 100001111 1000101 101011

Color Harmonies of #7022BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7022BB

Black with #7022BB

Text Example


Text Example

White with #7022BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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