Html Css Color HEX #781072 Dark Purple

📋 copy color: '#781072'

red 120 ◦ green 16 ◦ blue 114

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

Shades of Dark Purple #781072

Tints of Dark Purple #781072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 45.6%

R = 48%
G = 6.4%
B = 45.6%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#781072 (or 0x781072) is known color: Dark Purple. HEX triplet: 78, 10 and 72. RGB value is (120,16,114). Sum of RGB (Red+Green+Blue) = 120+16+114=250 (33% of max value = 765). Red value is 120 (47.27% from 255 or 48% from 250); Green value is 16 (6.64% from 255 or 6.4% from 250); Blue value is 114 (44.92% from 255 or 45.6% from 250); Max value from RGB is 120 - color contains mainly: red. Hex color #781072 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781072 is #87EF8D. Grayscale: #393939. Windows color (decimal): -8908686 or 7475320. OLE color: 7475320.

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

Color convert

RGB 120 16 114 -
CMYK 0 0.87 0.05 0.53
HSL 303.46º 0.76% 0.27% -
HSV(B) 303.46º 0.87% 0.47% -
XYZ 10.97 5.58 16.42 -
YUV 58.27 159.46 172.03 -
System Red Green Blue C M Y K H S L
Decimal 120 16 114 0 0.87 0.05 0.53 303.46 0.76 0.27
Hex 78 10 72 0 57 5 35 12F 4C 1B
Octal 170 20 162 0 127 5 65 457 114 33
Binary 1111000 10000 1110010 0 1010111 101 110101 100101111 1001100 11011

Color Harmonies of #781072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781072

Black with #781072

Text Example


Text Example

White with #781072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781072; }

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

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

background-color css

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

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

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

border-color css

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

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

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