Html Css Color HEX #781175 Purple

📋 copy color: '#781175'

red 120 ◦ green 17 ◦ blue 117

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

Shades of Purple #781175

Tints of Purple #781175

RGB

 RED value IS 120 (47.27% from 255) = 47.24%

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

 BLUE value IS 117 (46.09% from 255) = 46.06%

R = 47.24%
G = 6.69%
B = 46.06%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#781175 (or 0x781175) is known color: Purple. HEX triplet: 78, 11 and 75. RGB value is (120,17,117). Sum of RGB (Red+Green+Blue) = 120+17+117=254 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.24% from 254); Green value is 17 (7.03% from 255 or 6.69% from 254); Blue value is 117 (46.09% from 255 or 46.06% from 254); Max value from RGB is 120 - color contains mainly: red. Hex color #781175 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781175 is #87EE8A. Grayscale: #3A3A3A. Windows color (decimal): -8908427 or 7672184. OLE color: 7672184.

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

Color convert

RGB 120 17 117 -
CMYK 0 0.86 0.02 0.53
HSL 301.75º 0.75% 0.27% -
HSV(B) 301.75º 0.86% 0.47% -
XYZ 11.16 5.68 17.34 -
YUV 59.2 160.62 171.37 -
System Red Green Blue C M Y K H S L
Decimal 120 17 117 0 0.86 0.02 0.53 301.75 0.75 0.27
Hex 78 11 75 0 56 2 35 12E 4B 1B
Octal 170 21 165 0 126 2 65 456 113 33
Binary 1111000 10001 1110101 0 1010110 10 110101 100101110 1001011 11011

Color Harmonies of #781175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781175

Black with #781175

Text Example


Text Example

White with #781175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781175; }

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

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

background-color css

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

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

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

border-color css

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

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

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