Html Css Color HEX #751479 Purple

📋 copy color: '#751479'

red 117 ◦ green 20 ◦ blue 121

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

Shades of Purple #751479

Tints of Purple #751479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 46.9%

R = 45.35%
G = 7.75%
B = 46.9%

CMYK

 C value IS 0.03

 M value IS 0.83

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#751479 (or 0x751479) is known color: Purple. HEX triplet: 75, 14 and 79. RGB value is (117,20,121). Sum of RGB (Red+Green+Blue) = 117+20+121=258 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.35% from 258); Green value is 20 (8.20% from 255 or 7.75% from 258); Blue value is 121 (47.66% from 255 or 46.90% from 258); Max value from RGB is 121 - color contains mainly: blue. Hex color #751479 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751479 is #8AEB86. Grayscale: #3C3C3C. Windows color (decimal): -9104263 or 7935093. OLE color: 7935093.

HSL color Cylindrical-coordinate representation of color #751479: hue angle of 297.62º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #751479 is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 20 121 -
CMYK 0.03 0.83 0 0.53
HSL 297.62º 0.72% 0.28% -
HSV(B) 297.62º 0.83% 0.47% -
XYZ 11.04 5.66 18.6 -
YUV 60.52 162.14 168.29 -
System Red Green Blue C M Y K H S L
Decimal 117 20 121 0.03 0.83 0 0.53 297.62 0.72 0.28
Hex 75 14 79 3 53 0 35 12A 48 1C
Octal 165 24 171 3 123 0 65 452 110 34
Binary 1110101 10100 1111001 11 1010011 0 110101 100101010 1001000 11100

Color Harmonies of #751479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751479

Black with #751479

Text Example


Text Example

White with #751479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751479; }

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

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

background-color css

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

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

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

border-color css

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

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

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