Html Css Color HEX #781185 Purple

📋 copy color: '#781185'

red 120 ◦ green 17 ◦ blue 133

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

Shades of Purple #781185

Tints of Purple #781185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 49.26%

R = 44.44%
G = 6.3%
B = 49.26%

CMYK

 C value IS 0.10

 M value IS 0.87

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#781185 (or 0x781185) is known color: Purple. HEX triplet: 78, 11 and 85. RGB value is (120,17,133). Sum of RGB (Red+Green+Blue) = 120+17+133=270 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.44% from 270); Green value is 17 (7.03% from 255 or 6.30% from 270); Blue value is 133 (52.34% from 255 or 49.26% from 270); Max value from RGB is 133 - color contains mainly: blue. Hex color #781185 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #781185 is #87EE7A. Grayscale: #3C3C3C. Windows color (decimal): -8908411 or 8720760. OLE color: 8720760.

HSL color Cylindrical-coordinate representation of color #781185: hue angle of 293.28º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #781185 is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 120 17 133 -
CMYK 0.10 0.87 0 0.48
HSL 293.28º 0.77% 0.29% -
HSV(B) 293.28º 0.87% 0.52% -
XYZ 12.18 6.09 22.72 -
YUV 61.02 168.62 170.07 -
System Red Green Blue C M Y K H S L
Decimal 120 17 133 0.10 0.87 0 0.48 293.28 0.77 0.29
Hex 78 11 85 A 57 0 30 125 4D 1D
Octal 170 21 205 12 127 0 60 445 115 35
Binary 1111000 10001 10000101 1010 1010111 0 110000 100100101 1001101 11101

Color Harmonies of #781185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781185

Black with #781185

Text Example


Text Example

White with #781185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781185; }

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

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

background-color css

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

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

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

border-color css

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

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

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