Html Css Color HEX #68086E Purple

📋 copy color: '#68086E'

red 104 ◦ green 8 ◦ blue 110

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

Shades of Purple #68086E

Tints of Purple #68086E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.6%

 BLUE value IS 110 (43.36% from 255) = 49.55%

R = 46.85%
G = 3.6%
B = 49.55%

CMYK

 C value IS 0.05

 M value IS 0.93

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#68086E (or 0x68086E) is known color: Purple. HEX triplet: 68, 08 and 6E. RGB value is (104,8,110). Sum of RGB (Red+Green+Blue) = 104+8+110=222 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.85% from 222); Green value is 8 (3.52% from 255 or 3.60% from 222); Blue value is 110 (43.36% from 255 or 49.55% from 222); Max value from RGB is 110 - color contains mainly: blue. Hex color #68086E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68086E is #97F791. Grayscale: #303030. Windows color (decimal): -9959314 or 7211112. OLE color: 7211112.

HSL color Cylindrical-coordinate representation of color #68086E: hue angle of 296.47º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #68086E is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 104 8 110 -
CMYK 0.05 0.93 0 0.57
HSL 296.47º 0.86% 0.23% -
HSV(B) 296.47º 0.93% 0.43% -
XYZ 8.61 4.24 15.12 -
YUV 48.33 162.8 167.71 -
System Red Green Blue C M Y K H S L
Decimal 104 8 110 0.05 0.93 0 0.57 296.47 0.86 0.23
Hex 68 8 6E 5 5D 0 39 128 56 17
Octal 150 10 156 5 135 0 71 450 126 27
Binary 1101000 1000 1101110 101 1011101 0 111001 100101000 1010110 10111

Color Harmonies of #68086E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68086E

Black with #68086E

Text Example


Text Example

White with #68086E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68086E; }

 p { color: rgb(104,8,110); }

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

background-color css

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

 a { background-color: rgb(104,8,110); }

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

border-color css

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

 span { border-color: rgb(104,8,110); }

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