Html Css Color HEX #68076C Purple

📋 copy color: '#68076C'

red 104 ◦ green 7 ◦ blue 108

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

Shades of Purple #68076C

Tints of Purple #68076C

RGB

 RED value IS 104 (41.02% from 255) = 47.49%

 GREEN value IS 7 (3.13% from 255) = 3.2%

 BLUE value IS 108 (42.58% from 255) = 49.32%

R = 47.49%
G = 3.2%
B = 49.32%

CMYK

 C value IS 0.04

 M value IS 0.94

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#68076C (or 0x68076C) is known color: Purple. HEX triplet: 68, 07 and 6C. RGB value is (104,7,108). Sum of RGB (Red+Green+Blue) = 104+7+108=219 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.49% from 219); Green value is 7 (3.12% from 255 or 3.20% from 219); Blue value is 108 (42.58% from 255 or 49.32% from 219); Max value from RGB is 108 - color contains mainly: blue. Hex color #68076C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68076C is #97F893. Grayscale: #2F2F2F. Windows color (decimal): -9959572 or 7079784. OLE color: 7079784.

HSL color Cylindrical-coordinate representation of color #68076C: hue angle of 297.62º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #68076C is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 104 7 108 -
CMYK 0.04 0.94 0 0.58
HSL 297.62º 0.88% 0.23% -
HSV(B) 297.62º 0.94% 0.42% -
XYZ 8.49 4.18 14.55 -
YUV 47.52 162.14 168.29 -
System Red Green Blue C M Y K H S L
Decimal 104 7 108 0.04 0.94 0 0.58 297.62 0.88 0.23
Hex 68 7 6C 4 5E 0 3A 12A 58 17
Octal 150 7 154 4 136 0 72 452 130 27
Binary 1101000 111 1101100 100 1011110 0 111010 100101010 1011000 10111

Color Harmonies of #68076C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68076C

Black with #68076C

Text Example


Text Example

White with #68076C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68076C; }

 p { color: rgb(104,7,108); }

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

background-color css

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

 a { background-color: rgb(104,7,108); }

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

border-color css

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

 span { border-color: rgb(104,7,108); }

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