Html Css Color HEX #68006A Purple

📋 copy color: '#68006A'

red 104 ◦ green 0 ◦ blue 106

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

Shades of Purple #68006A

Tints of Purple #68006A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 50.48%

R = 49.52%
G = 0%
B = 50.48%

CMYK

 C value IS 0.02

 M value IS 1

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#68006A (or 0x68006A) is known color: Purple. HEX triplet: 68, 00 and 6A. RGB value is (104,0,106). Sum of RGB (Red+Green+Blue) = 104+0+106=210 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.52% from 210); Green value is 0 (0.39% from 255 or 0% from 210); Blue value is 106 (41.80% from 255 or 50.48% from 210); Max value from RGB is 106 - color contains mainly: blue. Hex color #68006A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68006A is #97FF95. Grayscale: #2A2A2A. Windows color (decimal): -9961366 or 6946920. OLE color: 6946920.

HSL color Cylindrical-coordinate representation of color #68006A: hue angle of 298.87º 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 #68006A is Cyan = 0.02, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 104 0 106 -
CMYK 0.02 1 0 0.58
HSL 298.87º 1% 0.21% -
HSV(B) 298.87º 1% 0.42% -
XYZ 8.31 3.98 13.97 -
YUV 43.18 163.46 171.38 -
System Red Green Blue C M Y K H S L
Decimal 104 0 106 0.02 1 0 0.58 298.87 1 0.21
Hex 68 0 6A 2 64 0 3A 12B 64 15
Octal 150 0 152 2 144 0 72 453 144 25
Binary 1101000 0 1101010 10 1100100 0 111010 100101011 1100100 10101

Color Harmonies of #68006A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68006A

Black with #68006A

Text Example


Text Example

White with #68006A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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