Html Css Color HEX #780068 Purple

📋 copy color: '#780068'

red 120 ◦ green 0 ◦ blue 104

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

Shades of Purple #780068

Tints of Purple #780068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 46.43%

R = 53.57%
G = 0%
B = 46.43%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#780068 (or 0x780068) is known color: Purple. HEX triplet: 78, 00 and 68. RGB value is (120,0,104). Sum of RGB (Red+Green+Blue) = 120+0+104=224 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.57% from 224); Green value is 0 (0.39% from 255 or 0% from 224); Blue value is 104 (41.02% from 255 or 46.43% from 224); Max value from RGB is 120 - color contains mainly: red. Hex color #780068 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780068 is #87FF97. Grayscale: #2F2F2F. Windows color (decimal): -8912792 or 6815864. OLE color: 6815864.

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

Color convert

RGB 120 0 104 -
CMYK 0 1 0.13 0.53
HSL 308º 1% 0.24% -
HSV(B) 308º 1% 0.47% -
XYZ 10.24 4.99 13.52 -
YUV 47.74 159.76 179.54 -
System Red Green Blue C M Y K H S L
Decimal 120 0 104 0 1 0.13 0.53 308 1 0.24
Hex 78 0 68 0 64 D 35 134 64 18
Octal 170 0 150 0 144 15 65 464 144 30
Binary 1111000 0 1101000 0 1100100 1101 110101 100110100 1100100 11000

Color Harmonies of #780068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780068

Black with #780068

Text Example


Text Example

White with #780068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780068; }

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

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

background-color css

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

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

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

border-color css

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

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

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