Html Css Color HEX #7022BC Purple Heart

📋 copy color: '#7022BC'

red 112 ◦ green 34 ◦ blue 188

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

Shades of Purple Heart #7022BC

Tints of Purple Heart #7022BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 56.29%

R = 33.53%
G = 10.18%
B = 56.29%

CMYK

 C value IS 0.40

 M value IS 0.82

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7022BC (or 0x7022BC) is known color: Purple Heart. HEX triplet: 70, 22 and BC. RGB value is (112,34,188). Sum of RGB (Red+Green+Blue) = 112+34+188=334 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.53% from 334); Green value is 34 (13.67% from 255 or 10.18% from 334); Blue value is 188 (73.83% from 255 or 56.29% from 334); Max value from RGB is 188 - color contains mainly: blue. Hex color #7022BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7022BC is #8FDD43. Grayscale: #4A4A4A. Windows color (decimal): -9428292 or 12329584. OLE color: 12329584.

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

Color convert

RGB 112 34 188 -
CMYK 0.40 0.82 0 0.26
HSL 270.39º 0.69% 0.44% -
HSV(B) 270.39º 0.82% 0.74% -
XYZ 16.33 8.22 48.3 -
YUV 74.88 191.84 154.48 -
System Red Green Blue C M Y K H S L
Decimal 112 34 188 0.40 0.82 0 0.26 270.39 0.69 0.44
Hex 70 22 BC 28 52 0 1A 10E 45 2C
Octal 160 42 274 50 122 0 32 416 105 54
Binary 1110000 100010 10111100 101000 1010010 0 11010 100001110 1000101 101100

Color Harmonies of #7022BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7022BC

Black with #7022BC

Text Example


Text Example

White with #7022BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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