Html Css Color HEX #781085 Purple

📋 copy color: '#781085'

red 120 ◦ green 16 ◦ blue 133

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

Shades of Purple #781085

Tints of Purple #781085

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.95%

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

R = 44.61%
G = 5.95%
B = 49.44%

CMYK

 C value IS 0.10

 M value IS 0.88

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#781085 (or 0x781085) is known color: Purple. HEX triplet: 78, 10 and 85. RGB value is (120,16,133). Sum of RGB (Red+Green+Blue) = 120+16+133=269 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.61% from 269); Green value is 16 (6.64% from 255 or 5.95% from 269); Blue value is 133 (52.34% from 255 or 49.44% from 269); Max value from RGB is 133 - color contains mainly: blue. Hex color #781085 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #781085 is #87EF7A. Grayscale: #3C3C3C. Windows color (decimal): -8908667 or 8720504. OLE color: 8720504.

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

Color convert

RGB 120 16 133 -
CMYK 0.10 0.88 0 0.48
HSL 293.33º 0.79% 0.29% -
HSV(B) 293.33º 0.88% 0.52% -
XYZ 12.16 6.06 22.72 -
YUV 60.43 168.96 170.49 -
System Red Green Blue C M Y K H S L
Decimal 120 16 133 0.10 0.88 0 0.48 293.33 0.79 0.29
Hex 78 10 85 A 58 0 30 125 4F 1D
Octal 170 20 205 12 130 0 60 445 117 35
Binary 1111000 10000 10000101 1010 1011000 0 110000 100100101 1001111 11101

Color Harmonies of #781085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781085

Black with #781085

Text Example


Text Example

White with #781085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781085; }

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

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

background-color css

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

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

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

border-color css

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

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

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