Html Css Color HEX #7514AB Purple Heart

📋 copy color: '#7514AB'

red 117 ◦ green 20 ◦ blue 171

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

Shades of Purple Heart #7514AB

Tints of Purple Heart #7514AB

RGB

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

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

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

R = 37.99%
G = 6.49%
B = 55.52%

CMYK

 C value IS 0.32

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7514AB (or 0x7514AB) is known color: Purple Heart. HEX triplet: 75, 14 and AB. RGB value is (117,20,171). Sum of RGB (Red+Green+Blue) = 117+20+171=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 20 (8.20% from 255 or 6.49% from 308); Blue value is 171 (67.19% from 255 or 55.52% from 308); Max value from RGB is 171 - color contains mainly: blue. Hex color #7514AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7514AB is #8AEB54. Grayscale: #414141. Windows color (decimal): -9104213 or 11211893. OLE color: 11211893.

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

Color convert

RGB 117 20 171 -
CMYK 0.32 0.88 0 0.33
HSL 278.54º 0.79% 0.37% -
HSV(B) 278.54º 0.88% 0.67% -
XYZ 14.94 7.22 39.13 -
YUV 66.22 187.14 164.22 -
System Red Green Blue C M Y K H S L
Decimal 117 20 171 0.32 0.88 0 0.33 278.54 0.79 0.37
Hex 75 14 AB 20 58 0 21 117 4F 25
Octal 165 24 253 40 130 0 41 427 117 45
Binary 1110101 10100 10101011 100000 1011000 0 100001 100010111 1001111 100101

Color Harmonies of #7514AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7514AB

Black with #7514AB

Text Example


Text Example

White with #7514AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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