Html Css Color HEX #7117BC Purple Heart

📋 copy color: '#7117BC'

red 113 ◦ green 23 ◦ blue 188

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

Shades of Purple Heart #7117BC

Tints of Purple Heart #7117BC

RGB

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

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

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

R = 34.88%
G = 7.1%
B = 58.02%

CMYK

 C value IS 0.40

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7117BC (or 0x7117BC) is known color: Purple Heart. HEX triplet: 71, 17 and BC. RGB value is (113,23,188). Sum of RGB (Red+Green+Blue) = 113+23+188=324 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.88% from 324); Green value is 23 (9.38% from 255 or 7.10% from 324); Blue value is 188 (73.83% from 255 or 58.02% from 324); Max value from RGB is 188 - color contains mainly: blue. Hex color #7117BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7117BC is #8EE843. Grayscale: #444444. Windows color (decimal): -9365572 or 12326769. OLE color: 12326769.

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

Color convert

RGB 113 23 188 -
CMYK 0.40 0.88 0 0.26
HSL 272.73º 0.78% 0.41% -
HSV(B) 272.73º 0.88% 0.74% -
XYZ 16.19 7.75 48.22 -
YUV 68.72 195.32 159.58 -
System Red Green Blue C M Y K H S L
Decimal 113 23 188 0.40 0.88 0 0.26 272.73 0.78 0.41
Hex 71 17 BC 28 58 0 1A 111 4E 29
Octal 161 27 274 50 130 0 32 421 116 51
Binary 1110001 10111 10111100 101000 1011000 0 11010 100010001 1001110 101001

Color Harmonies of #7117BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7117BC

Black with #7117BC

Text Example


Text Example

White with #7117BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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