Html Css Color HEX #7511AF Purple Heart

📋 copy color: '#7511AF'

red 117 ◦ green 17 ◦ blue 175

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

Shades of Purple Heart #7511AF

Tints of Purple Heart #7511AF

RGB

 RED value IS 117 (46.09% from 255) = 37.86%

 GREEN value IS 17 (7.03% from 255) = 5.5%

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

R = 37.86%
G = 5.5%
B = 56.63%

CMYK

 C value IS 0.33

 M value IS 0.90

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7511AF (or 0x7511AF) is known color: Purple Heart. HEX triplet: 75, 11 and AF. RGB value is (117,17,175). Sum of RGB (Red+Green+Blue) = 117+17+175=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 17 (7.03% from 255 or 5.50% from 309); Blue value is 175 (68.75% from 255 or 56.63% from 309); Max value from RGB is 175 - color contains mainly: blue. Hex color #7511AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7511AF is #8AEE50. Grayscale: #404040. Windows color (decimal): -9104977 or 11473269. OLE color: 11473269.

HSL color Cylindrical-coordinate representation of color #7511AF: hue angle of 277.97º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7511AF is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 117 17 175 -
CMYK 0.33 0.90 0 0.31
HSL 277.97º 0.82% 0.38% -
HSV(B) 277.97º 0.9% 0.69% -
XYZ 15.27 7.28 41.16 -
YUV 64.91 190.13 165.15 -
System Red Green Blue C M Y K H S L
Decimal 117 17 175 0.33 0.90 0 0.31 277.97 0.82 0.38
Hex 75 11 AF 21 5A 0 1F 116 52 26
Octal 165 21 257 41 132 0 37 426 122 46
Binary 1110101 10001 10101111 100001 1011010 0 11111 100010110 1010010 100110

Color Harmonies of #7511AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7511AF

Black with #7511AF

Text Example


Text Example

White with #7511AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,17,175); }

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

background-color css

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

 a { background-color: rgb(117,17,175); }

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

border-color css

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

 span { border-color: rgb(117,17,175); }

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