Html Css Color HEX #780163 Purple

📋 copy color: '#780163'

red 120 ◦ green 1 ◦ blue 99

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

Shades of Purple #780163

Tints of Purple #780163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 45%

R = 54.55%
G = 0.45%
B = 45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#780163 (or 0x780163) is known color: Purple. HEX triplet: 78, 01 and 63. RGB value is (120,1,99). Sum of RGB (Red+Green+Blue) = 120+1+99=220 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.55% from 220); Green value is 1 (0.78% from 255 or 0.45% from 220); Blue value is 99 (39.06% from 255 or 45% from 220); Max value from RGB is 120 - color contains mainly: red. Hex color #780163 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780163 is #87FE9C. Grayscale: #2F2F2F. Windows color (decimal): -8912541 or 6488440. OLE color: 6488440.

HSL color Cylindrical-coordinate representation of color #780163: hue angle of 310.59º 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 #780163 is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 1 99 -
CMYK 0 0.99 0.17 0.53
HSL 310.59º 0.98% 0.24% -
HSV(B) 310.59º 0.99% 0.47% -
XYZ 10.01 4.92 12.23 -
YUV 47.75 156.92 179.53 -
System Red Green Blue C M Y K H S L
Decimal 120 1 99 0 0.99 0.17 0.53 310.59 0.98 0.24
Hex 78 1 63 0 63 11 35 137 62 18
Octal 170 1 143 0 143 21 65 467 142 30
Binary 1111000 1 1100011 0 1100011 10001 110101 100110111 1100010 11000

Color Harmonies of #780163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780163

Black with #780163

Text Example


Text Example

White with #780163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780163; }

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

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

background-color css

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

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

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

border-color css

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

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

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