Html Css Color HEX #78006E Purple

📋 copy color: '#78006E'

red 120 ◦ green 0 ◦ blue 110

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

Shades of Purple #78006E

Tints of Purple #78006E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 110 (43.36% from 255) = 47.83%

R = 52.17%
G = 0%
B = 47.83%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#78006E (or 0x78006E) is known color: Purple. HEX triplet: 78, 00 and 6E. RGB value is (120,0,110). Sum of RGB (Red+Green+Blue) = 120+0+110=230 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.17% from 230); Green value is 0 (0.39% from 255 or 0% from 230); Blue value is 110 (43.36% from 255 or 47.83% from 230); Max value from RGB is 120 - color contains mainly: red. Hex color #78006E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78006E is #87FF91. Grayscale: #303030. Windows color (decimal): -8912786 or 7209080. OLE color: 7209080.

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

Color convert

RGB 120 0 110 -
CMYK 0 1 0.08 0.53
HSL 305º 1% 0.24% -
HSV(B) 305º 1% 0.47% -
XYZ 10.56 5.12 15.18 -
YUV 48.42 162.76 179.06 -
System Red Green Blue C M Y K H S L
Decimal 120 0 110 0 1 0.08 0.53 305 1 0.24
Hex 78 0 6E 0 64 8 35 131 64 18
Octal 170 0 156 0 144 10 65 461 144 30
Binary 1111000 0 1101110 0 1100100 1000 110101 100110001 1100100 11000

Color Harmonies of #78006E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78006E

Black with #78006E

Text Example


Text Example

White with #78006E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78006E; }

 p { color: rgb(120,0,110); }

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

background-color css

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

 a { background-color: rgb(120,0,110); }

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

border-color css

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

 span { border-color: rgb(120,0,110); }

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