Html Css Color HEX #78168D Purple

📋 copy color: '#78168D'

red 120 ◦ green 22 ◦ blue 141

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

Shades of Purple #78168D

Tints of Purple #78168D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 49.82%

R = 42.4%
G = 7.77%
B = 49.82%

CMYK

 C value IS 0.15

 M value IS 0.84

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#78168D (or 0x78168D) is known color: Purple. HEX triplet: 78, 16 and 8D. RGB value is (120,22,141). Sum of RGB (Red+Green+Blue) = 120+22+141=283 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.40% from 283); Green value is 22 (8.98% from 255 or 7.77% from 283); Blue value is 141 (55.47% from 255 or 49.82% from 283); Max value from RGB is 141 - color contains mainly: blue. Hex color #78168D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #78168D is #87E972. Grayscale: #404040. Windows color (decimal): -8907123 or 9246328. OLE color: 9246328.

HSL color Cylindrical-coordinate representation of color #78168D: hue angle of 289.41º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #78168D is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 120 22 141 -
CMYK 0.15 0.84 0 0.45
HSL 289.41º 0.73% 0.32% -
HSV(B) 289.41º 0.84% 0.55% -
XYZ 12.84 6.49 25.78 -
YUV 64.87 170.97 167.32 -
System Red Green Blue C M Y K H S L
Decimal 120 22 141 0.15 0.84 0 0.45 289.41 0.73 0.32
Hex 78 16 8D F 54 0 2D 121 49 20
Octal 170 26 215 17 124 0 55 441 111 40
Binary 1111000 10110 10001101 1111 1010100 0 101101 100100001 1001001 100000

Color Harmonies of #78168D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78168D

Black with #78168D

Text Example


Text Example

White with #78168D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78168D; }

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

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

background-color css

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

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

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

border-color css

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

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

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