Html Css Color HEX #7114AF Purple Heart

📋 copy color: '#7114AF'

red 113 ◦ green 20 ◦ blue 175

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

Shades of Purple Heart #7114AF

Tints of Purple Heart #7114AF

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.49%

 BLUE value IS 175 (68.75% from 255) = 56.82%

R = 36.69%
G = 6.49%
B = 56.82%

CMYK

 C value IS 0.35

 M value IS 0.89

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7114AF (or 0x7114AF) is known color: Purple Heart. HEX triplet: 71, 14 and AF. RGB value is (113,20,175). Sum of RGB (Red+Green+Blue) = 113+20+175=308 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.69% from 308); Green value is 20 (8.20% from 255 or 6.49% from 308); Blue value is 175 (68.75% from 255 or 56.82% from 308); Max value from RGB is 175 - color contains mainly: blue. Hex color #7114AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7114AF is #8EEB50. Grayscale: #404040. Windows color (decimal): -9366353 or 11474033. OLE color: 11474033.

HSL color Cylindrical-coordinate representation of color #7114AF: hue angle of 276º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7114AF is Cyan = 0.35, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 113 20 175 -
CMYK 0.35 0.89 0 0.31
HSL 276º 0.79% 0.38% -
HSV(B) 276º 0.89% 0.69% -
XYZ 14.8 7.11 41.15 -
YUV 65.48 189.81 161.9 -
System Red Green Blue C M Y K H S L
Decimal 113 20 175 0.35 0.89 0 0.31 276 0.79 0.38
Hex 71 14 AF 23 59 0 1F 114 4F 26
Octal 161 24 257 43 131 0 37 424 117 46
Binary 1110001 10100 10101111 100011 1011001 0 11111 100010100 1001111 100110

Color Harmonies of #7114AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7114AF

Black with #7114AF

Text Example


Text Example

White with #7114AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7114AF; }

 p { color: rgb(113,20,175); }

 H1.HeaderClassName
 {
   color: #7114AF;
 }
 .AnyTagClassName
 {
   color: #7114AF;
 }
</style>

background-color css

<style>
 a { background-color: #7114AF; }

 a { background-color: rgb(113,20,175); }

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

border-color css

<style>
 span { border-color: #7114AF; }

 span { border-color: rgb(113,20,175); }

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