Html Css Color HEX #7511C0 Purple Heart

📋 copy color: '#7511C0'

red 117 ◦ green 17 ◦ blue 192

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

Shades of Purple Heart #7511C0

Tints of Purple Heart #7511C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 58.9%

R = 35.89%
G = 5.21%
B = 58.9%

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

#7511C0 (or 0x7511C0) is known color: Purple Heart. HEX triplet: 75, 11 and C0. RGB value is (117,17,192). Sum of RGB (Red+Green+Blue) = 117+17+192=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 17 (7.03% from 255 or 5.21% from 326); Blue value is 192 (75.39% from 255 or 58.90% from 326); Max value from RGB is 192 - color contains mainly: blue. Hex color #7511C0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7511C0 is #8AEE3F. Grayscale: #424242. Windows color (decimal): -9104960 or 12587381. OLE color: 12587381.

HSL color Cylindrical-coordinate representation of color #7511C0: hue angle of 274.29º 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 #7511C0 is Cyan = 0.39, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 17 192 -
CMYK 0.39 0.91 0 0.25
HSL 274.29º 0.84% 0.41% -
HSV(B) 274.29º 0.91% 0.75% -
XYZ 17.05 7.99 50.51 -
YUV 66.85 198.63 163.77 -
System Red Green Blue C M Y K H S L
Decimal 117 17 192 0.39 0.91 0 0.25 274.29 0.84 0.41
Hex 75 11 C0 27 5B 0 19 112 54 29
Octal 165 21 300 47 133 0 31 422 124 51
Binary 1110101 10001 11000000 100111 1011011 0 11001 100010010 1010100 101001

Color Harmonies of #7511C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7511C0

Black with #7511C0

Text Example


Text Example

White with #7511C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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