Html Css Color HEX #781782 Purple

📋 copy color: '#781782'

red 120 ◦ green 23 ◦ blue 130

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

Shades of Purple #781782

Tints of Purple #781782

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.42%

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

R = 43.96%
G = 8.42%
B = 47.62%

CMYK

 C value IS 0.08

 M value IS 0.82

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#781782 (or 0x781782) is known color: Purple. HEX triplet: 78, 17 and 82. RGB value is (120,23,130). Sum of RGB (Red+Green+Blue) = 120+23+130=273 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.96% from 273); Green value is 23 (9.38% from 255 or 8.42% from 273); Blue value is 130 (51.17% from 255 or 47.62% from 273); Max value from RGB is 130 - color contains mainly: blue. Hex color #781782 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #781782 is #87E87D. Grayscale: #3F3F3F. Windows color (decimal): -8906878 or 8525688. OLE color: 8525688.

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

Color convert

RGB 120 23 130 -
CMYK 0.08 0.82 0 0.49
HSL 294.39º 0.7% 0.3% -
HSV(B) 294.39º 0.82% 0.51% -
XYZ 12.08 6.22 21.68 -
YUV 64.2 165.14 167.8 -
System Red Green Blue C M Y K H S L
Decimal 120 23 130 0.08 0.82 0 0.49 294.39 0.7 0.3
Hex 78 17 82 8 52 0 31 126 46 1E
Octal 170 27 202 10 122 0 61 446 106 36
Binary 1111000 10111 10000010 1000 1010010 0 110001 100100110 1000110 11110

Color Harmonies of #781782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781782

Black with #781782

Text Example


Text Example

White with #781782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781782; }

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

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

background-color css

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

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

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

border-color css

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

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

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