Html Css Color HEX #7511BF Purple Heart

📋 copy color: '#7511BF'

red 117 ◦ green 17 ◦ blue 191

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

Shades of Purple Heart #7511BF

Tints of Purple Heart #7511BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 58.77%

R = 36%
G = 5.23%
B = 58.77%

CMYK

 C value IS 0.39

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7511BF (or 0x7511BF) is known color: Purple Heart. HEX triplet: 75, 11 and BF. RGB value is (117,17,191). Sum of RGB (Red+Green+Blue) = 117+17+191=325 (43% of max value = 765). Red value is 117 (46.09% from 255 or 36% from 325); Green value is 17 (7.03% from 255 or 5.23% from 325); Blue value is 191 (75% from 255 or 58.77% from 325); Max value from RGB is 191 - color contains mainly: blue. Hex color #7511BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7511BF is #8AEE40. Grayscale: #424242. Windows color (decimal): -9104961 or 12521845. OLE color: 12521845.

HSL color Cylindrical-coordinate representation of color #7511BF: hue angle of 274.48º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7511BF is Cyan = 0.39, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 17 191 -
CMYK 0.39 0.91 0 0.25
HSL 274.48º 0.84% 0.41% -
HSV(B) 274.48º 0.91% 0.75% -
XYZ 16.94 7.94 49.93 -
YUV 66.74 198.13 163.85 -
System Red Green Blue C M Y K H S L
Decimal 117 17 191 0.39 0.91 0 0.25 274.48 0.84 0.41
Hex 75 11 BF 27 5B 0 19 112 54 29
Octal 165 21 277 47 133 0 31 422 124 51
Binary 1110101 10001 10111111 100111 1011011 0 11001 100010010 1010100 101001

Color Harmonies of #7511BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7511BF

Black with #7511BF

Text Example


Text Example

White with #7511BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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