Html Css Color HEX #78006D Purple

📋 copy color: '#78006D'

red 120 ◦ green 0 ◦ blue 109

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

Shades of Purple #78006D

Tints of Purple #78006D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 47.6%

R = 52.4%
G = 0%
B = 47.6%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#78006D (or 0x78006D) is known color: Purple. HEX triplet: 78, 00 and 6D. RGB value is (120,0,109). Sum of RGB (Red+Green+Blue) = 120+0+109=229 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.40% from 229); Green value is 0 (0.39% from 255 or 0% from 229); Blue value is 109 (42.97% from 255 or 47.60% from 229); Max value from RGB is 120 - color contains mainly: red. Hex color #78006D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78006D is #87FF92. Grayscale: #2F2F2F. Windows color (decimal): -8912787 or 7143544. OLE color: 7143544.

HSL color Cylindrical-coordinate representation of color #78006D: hue angle of 305.5º 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 #78006D is Cyan = 0, Magento = 1, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 0 109 -
CMYK 0 1 0.09 0.53
HSL 305.5º 1% 0.24% -
HSV(B) 305.5º 1% 0.47% -
XYZ 10.51 5.1 14.9 -
YUV 48.31 162.26 179.14 -
System Red Green Blue C M Y K H S L
Decimal 120 0 109 0 1 0.09 0.53 305.5 1 0.24
Hex 78 0 6D 0 64 9 35 132 64 18
Octal 170 0 155 0 144 11 65 462 144 30
Binary 1111000 0 1101101 0 1100100 1001 110101 100110010 1100100 11000

Color Harmonies of #78006D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78006D

Black with #78006D

Text Example


Text Example

White with #78006D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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