Html Css Color HEX #68006C Purple

📋 copy color: '#68006C'

red 104 ◦ green 0 ◦ blue 108

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

Shades of Purple #68006C

Tints of Purple #68006C

RGB

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

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

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

R = 49.06%
G = 0%
B = 50.94%

CMYK

 C value IS 0.04

 M value IS 1

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#68006C (or 0x68006C) is known color: Purple. HEX triplet: 68, 00 and 6C. RGB value is (104,0,108). Sum of RGB (Red+Green+Blue) = 104+0+108=212 (28% of max value = 765). Red value is 104 (41.02% from 255 or 49.06% from 212); Green value is 0 (0.39% from 255 or 0% from 212); Blue value is 108 (42.58% from 255 or 50.94% from 212); Max value from RGB is 108 - color contains mainly: blue. Hex color #68006C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68006C is #97FF93. Grayscale: #2B2B2B. Windows color (decimal): -9961364 or 7077992. OLE color: 7077992.

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

Color convert

RGB 104 0 108 -
CMYK 0.04 1 0 0.58
HSL 297.78º 1% 0.21% -
HSV(B) 297.78º 1% 0.42% -
XYZ 8.42 4.03 14.52 -
YUV 43.41 164.46 171.22 -
System Red Green Blue C M Y K H S L
Decimal 104 0 108 0.04 1 0 0.58 297.78 1 0.21
Hex 68 0 6C 4 64 0 3A 12A 64 15
Octal 150 0 154 4 144 0 72 452 144 25
Binary 1101000 0 1101100 100 1100100 0 111010 100101010 1100100 10101

Color Harmonies of #68006C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68006C

Black with #68006C

Text Example


Text Example

White with #68006C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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