Html Css Color HEX #780162 Purple

📋 copy color: '#780162'

red 120 ◦ green 1 ◦ blue 98

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

Shades of Purple #780162

Tints of Purple #780162

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.46%

 BLUE value IS 98 (38.67% from 255) = 44.75%

R = 54.79%
G = 0.46%
B = 44.75%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#780162 (or 0x780162) is known color: Purple. HEX triplet: 78, 01 and 62. RGB value is (120,1,98). Sum of RGB (Red+Green+Blue) = 120+1+98=219 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.79% from 219); Green value is 1 (0.78% from 255 or 0.46% from 219); Blue value is 98 (38.67% from 255 or 44.75% from 219); Max value from RGB is 120 - color contains mainly: red. Hex color #780162 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780162 is #87FE9D. Grayscale: #2F2F2F. Windows color (decimal): -8912542 or 6422904. OLE color: 6422904.

HSL color Cylindrical-coordinate representation of color #780162: hue angle of 311.09º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #780162 is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 1 98 -
CMYK 0 0.99 0.18 0.53
HSL 311.09º 0.98% 0.24% -
HSV(B) 311.09º 0.99% 0.47% -
XYZ 9.96 4.9 11.98 -
YUV 47.64 156.42 179.61 -
System Red Green Blue C M Y K H S L
Decimal 120 1 98 0 0.99 0.18 0.53 311.09 0.98 0.24
Hex 78 1 62 0 63 12 35 137 62 18
Octal 170 1 142 0 143 22 65 467 142 30
Binary 1111000 1 1100010 0 1100011 10010 110101 100110111 1100010 11000

Color Harmonies of #780162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780162

Black with #780162

Text Example


Text Example

White with #780162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780162; }

 p { color: rgb(120,1,98); }

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

background-color css

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

 a { background-color: rgb(120,1,98); }

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

border-color css

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

 span { border-color: rgb(120,1,98); }

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