Html Css Color HEX #7122BF Purple Heart

📋 copy color: '#7122BF'

red 113 ◦ green 34 ◦ blue 191

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

Shades of Purple Heart #7122BF

Tints of Purple Heart #7122BF

RGB

 RED value IS 113 (44.53% from 255) = 33.43%

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

 BLUE value IS 191 (75% from 255) = 56.51%

R = 33.43%
G = 10.06%
B = 56.51%

CMYK

 C value IS 0.41

 M value IS 0.82

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7122BF (or 0x7122BF) is known color: Purple Heart. HEX triplet: 71, 22 and BF. RGB value is (113,34,191). Sum of RGB (Red+Green+Blue) = 113+34+191=338 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.43% from 338); Green value is 34 (13.67% from 255 or 10.06% from 338); Blue value is 191 (75% from 255 or 56.51% from 338); Max value from RGB is 191 - color contains mainly: blue. Hex color #7122BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7122BF is #8EDD40. Grayscale: #4A4A4A. Windows color (decimal): -9362753 or 12526193. OLE color: 12526193.

HSL color Cylindrical-coordinate representation of color #7122BF: hue angle of 270.19º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7122BF is Cyan = 0.41, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 113 34 191 -
CMYK 0.41 0.82 0 0.25
HSL 270.19º 0.7% 0.44% -
HSV(B) 270.19º 0.82% 0.75% -
XYZ 16.79 8.42 50.03 -
YUV 75.52 193.17 154.73 -
System Red Green Blue C M Y K H S L
Decimal 113 34 191 0.41 0.82 0 0.25 270.19 0.7 0.44
Hex 71 22 BF 29 52 0 19 10E 46 2C
Octal 161 42 277 51 122 0 31 416 106 54
Binary 1110001 100010 10111111 101001 1010010 0 11001 100001110 1000110 101100

Color Harmonies of #7122BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7122BF

Black with #7122BF

Text Example


Text Example

White with #7122BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7122BF; }

 p { color: rgb(113,34,191); }

 H1.HeaderClassName
 {
   color: #7122BF;
 }
 .AnyTagClassName
 {
   color: #7122BF;
 }
</style>

background-color css

<style>
 a { background-color: #7122BF; }

 a { background-color: rgb(113,34,191); }

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

border-color css

<style>
 span { border-color: #7122BF; }

 span { border-color: rgb(113,34,191); }

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