Html Css Color HEX #781682 Purple

📋 copy color: '#781682'

red 120 ◦ green 22 ◦ blue 130

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

Shades of Purple #781682

Tints of Purple #781682

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.09%

 BLUE value IS 130 (51.17% from 255) = 47.79%

R = 44.12%
G = 8.09%
B = 47.79%

CMYK

 C value IS 0.08

 M value IS 0.83

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#781682 (or 0x781682) is known color: Purple. HEX triplet: 78, 16 and 82. RGB value is (120,22,130). Sum of RGB (Red+Green+Blue) = 120+22+130=272 (36% of max value = 765). Red value is 120 (47.27% from 255 or 44.12% from 272); Green value is 22 (8.98% from 255 or 8.09% from 272); Blue value is 130 (51.17% from 255 or 47.79% from 272); Max value from RGB is 130 - color contains mainly: blue. Hex color #781682 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #781682 is #87E97D. Grayscale: #3F3F3F. Windows color (decimal): -8907134 or 8525432. OLE color: 8525432.

HSL color Cylindrical-coordinate representation of color #781682: hue angle of 294.44º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #781682 is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 120 22 130 -
CMYK 0.08 0.83 0 0.49
HSL 294.44º 0.71% 0.3% -
HSV(B) 294.44º 0.83% 0.51% -
XYZ 12.06 6.18 21.68 -
YUV 63.61 165.47 168.22 -
System Red Green Blue C M Y K H S L
Decimal 120 22 130 0.08 0.83 0 0.49 294.44 0.71 0.3
Hex 78 16 82 8 53 0 31 126 47 1E
Octal 170 26 202 10 123 0 61 446 107 36
Binary 1111000 10110 10000010 1000 1010011 0 110001 100100110 1000111 11110

Color Harmonies of #781682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781682

Black with #781682

Text Example


Text Example

White with #781682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781682; }

 p { color: rgb(120,22,130); }

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

background-color css

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

 a { background-color: rgb(120,22,130); }

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

border-color css

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

 span { border-color: rgb(120,22,130); }

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