Html Css Color HEX #7117BB Purple Heart

📋 copy color: '#7117BB'

red 113 ◦ green 23 ◦ blue 187

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

Shades of Purple Heart #7117BB

Tints of Purple Heart #7117BB

RGB

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

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

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

R = 34.98%
G = 7.12%
B = 57.89%

CMYK

 C value IS 0.40

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7117BB (or 0x7117BB) is known color: Purple Heart. HEX triplet: 71, 17 and BB. RGB value is (113,23,187). Sum of RGB (Red+Green+Blue) = 113+23+187=323 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.98% from 323); Green value is 23 (9.38% from 255 or 7.12% from 323); Blue value is 187 (73.44% from 255 or 57.89% from 323); Max value from RGB is 187 - color contains mainly: blue. Hex color #7117BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7117BB is #8EE844. Grayscale: #444444. Windows color (decimal): -9365573 or 12261233. OLE color: 12261233.

HSL color Cylindrical-coordinate representation of color #7117BB: hue angle of 272.93º 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 #7117BB is Cyan = 0.40, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 113 23 187 -
CMYK 0.40 0.88 0 0.27
HSL 272.93º 0.78% 0.41% -
HSV(B) 272.93º 0.88% 0.73% -
XYZ 16.09 7.71 47.65 -
YUV 68.61 194.82 159.66 -
System Red Green Blue C M Y K H S L
Decimal 113 23 187 0.40 0.88 0 0.27 272.93 0.78 0.41
Hex 71 17 BB 28 58 0 1B 111 4E 29
Octal 161 27 273 50 130 0 33 421 116 51
Binary 1110001 10111 10111011 101000 1011000 0 11011 100010001 1001110 101001

Color Harmonies of #7117BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7117BB

Black with #7117BB

Text Example


Text Example

White with #7117BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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