Html Css Color HEX #7510AB Purple Heart

📋 copy color: '#7510AB'

red 117 ◦ green 16 ◦ blue 171

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

Shades of Purple Heart #7510AB

Tints of Purple Heart #7510AB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.26%

 BLUE value IS 171 (67.19% from 255) = 56.25%

R = 38.49%
G = 5.26%
B = 56.25%

CMYK

 C value IS 0.32

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7510AB (or 0x7510AB) is known color: Purple Heart. HEX triplet: 75, 10 and AB. RGB value is (117,16,171). Sum of RGB (Red+Green+Blue) = 117+16+171=304 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.49% from 304); Green value is 16 (6.64% from 255 or 5.26% from 304); Blue value is 171 (67.19% from 255 or 56.25% from 304); Max value from RGB is 171 - color contains mainly: blue. Hex color #7510AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7510AB is #8AEF54. Grayscale: #3F3F3F. Windows color (decimal): -9105237 or 11210869. OLE color: 11210869.

HSL color Cylindrical-coordinate representation of color #7510AB: hue angle of 279.1º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7510AB is Cyan = 0.32, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 16 171 -
CMYK 0.32 0.91 0 0.33
HSL 279.1º 0.83% 0.37% -
HSV(B) 279.1º 0.91% 0.67% -
XYZ 14.87 7.09 39.11 -
YUV 63.87 188.46 165.9 -
System Red Green Blue C M Y K H S L
Decimal 117 16 171 0.32 0.91 0 0.33 279.1 0.83 0.37
Hex 75 10 AB 20 5B 0 21 117 53 25
Octal 165 20 253 40 133 0 41 427 123 45
Binary 1110101 10000 10101011 100000 1011011 0 100001 100010111 1010011 100101

Color Harmonies of #7510AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7510AB

Black with #7510AB

Text Example


Text Example

White with #7510AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7510AB; }

 p { color: rgb(117,16,171); }

 H1.HeaderClassName
 {
   color: #7510AB;
 }
 .AnyTagClassName
 {
   color: #7510AB;
 }
</style>

background-color css

<style>
 a { background-color: #7510AB; }

 a { background-color: rgb(117,16,171); }

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

border-color css

<style>
 span { border-color: #7510AB; }

 span { border-color: rgb(117,16,171); }

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