Html Css Color HEX #751478 Purple

📋 copy color: '#751478'

red 117 ◦ green 20 ◦ blue 120

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

Shades of Purple #751478

Tints of Purple #751478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 46.69%

R = 45.53%
G = 7.78%
B = 46.69%

CMYK

 C value IS 0.02

 M value IS 0.83

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#751478 (or 0x751478) is known color: Purple. HEX triplet: 75, 14 and 78. RGB value is (117,20,120). Sum of RGB (Red+Green+Blue) = 117+20+120=257 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.53% from 257); Green value is 20 (8.20% from 255 or 7.78% from 257); Blue value is 120 (47.27% from 255 or 46.69% from 257); Max value from RGB is 120 - color contains mainly: blue. Hex color #751478 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751478 is #8AEB87. Grayscale: #3C3C3C. Windows color (decimal): -9104264 or 7869557. OLE color: 7869557.

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

Color convert

RGB 117 20 120 -
CMYK 0.02 0.83 0 0.53
HSL 298.2º 0.71% 0.27% -
HSV(B) 298.2º 0.83% 0.47% -
XYZ 10.98 5.64 18.28 -
YUV 60.4 161.64 168.37 -
System Red Green Blue C M Y K H S L
Decimal 117 20 120 0.02 0.83 0 0.53 298.2 0.71 0.27
Hex 75 14 78 2 53 0 35 12A 47 1B
Octal 165 24 170 2 123 0 65 452 107 33
Binary 1110101 10100 1111000 10 1010011 0 110101 100101010 1000111 11011

Color Harmonies of #751478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751478

Black with #751478

Text Example


Text Example

White with #751478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751478; }

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

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

background-color css

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

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

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

border-color css

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

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

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