#78006B

Color #78006B Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple #78006B

Tints of Purple #78006B

Color information

#78006B (or 0x78006B) is unknown color: approx Purple. HEX triplet: 78, 00 and 6B. RGB value is (120,0,107). Sum of RGB (Red+Green+Blue) = 120+0+107=227 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.86% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 107 (42.19% from 255 or 47.14% from 227); Max value from RGB is 120 - color contains mainly: red. Hex color #78006B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78006B is #87FF94. Grayscale: #2F2F2F. Windows color (decimal): -8912789 or 7012472. OLE color: 7012472.

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

Color convert

RGB1200107-
CMYK010.110.53
HSL306.5º100%23.53%-
HSV(B)306.5º100%47.06%-
XYZ10.45.0514.34-
YUV48.08161.26179.3-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 52.86%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 107 (42.19% from 255) = 47.14%
R=52.86%
G=0%
B=47.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1200107010.110.53306.510023.53
Hex7806B064B351326418
Octal17001530144136546214430
Binary111100001101011011001001011110101100110010110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78006B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #78006B;
 }
 .AnyTagClassName
 {
   color: #78006B;
 }
</style>
background-color css

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

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

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

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

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

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