Html Css Color HEX #7117BA Purple Heart

📋 copy color: '#7117BA'

red 113 ◦ green 23 ◦ blue 186

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

Shades of Purple Heart #7117BA

Tints of Purple Heart #7117BA

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.14%

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

R = 35.09%
G = 7.14%
B = 57.76%

CMYK

 C value IS 0.39

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7117BA (or 0x7117BA) is known color: Purple Heart. HEX triplet: 71, 17 and BA. RGB value is (113,23,186). Sum of RGB (Red+Green+Blue) = 113+23+186=322 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.09% from 322); Green value is 23 (9.38% from 255 or 7.14% from 322); Blue value is 186 (73.05% from 255 or 57.76% from 322); Max value from RGB is 186 - color contains mainly: blue. Hex color #7117BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7117BA is #8EE845. Grayscale: #434343. Windows color (decimal): -9365574 or 12195697. OLE color: 12195697.

HSL color Cylindrical-coordinate representation of color #7117BA: hue angle of 273.13º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7117BA is Cyan = 0.39, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 113 23 186 -
CMYK 0.39 0.88 0 0.27
HSL 273.13º 0.78% 0.41% -
HSV(B) 273.13º 0.88% 0.73% -
XYZ 15.98 7.67 47.09 -
YUV 68.49 194.32 159.75 -
System Red Green Blue C M Y K H S L
Decimal 113 23 186 0.39 0.88 0 0.27 273.13 0.78 0.41
Hex 71 17 BA 27 58 0 1B 111 4E 29
Octal 161 27 272 47 130 0 33 421 116 51
Binary 1110001 10111 10111010 100111 1011000 0 11011 100010001 1001110 101001

Color Harmonies of #7117BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7117BA

Black with #7117BA

Text Example


Text Example

White with #7117BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,23,186); }

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

background-color css

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

 a { background-color: rgb(113,23,186); }

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

border-color css

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

 span { border-color: rgb(113,23,186); }

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