Html Css Color HEX #68016F Purple

📋 copy color: '#68016F'

red 104 ◦ green 1 ◦ blue 111

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

Shades of Purple #68016F

Tints of Purple #68016F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.46%

 BLUE value IS 111 (43.75% from 255) = 51.39%

R = 48.15%
G = 0.46%
B = 51.39%

CMYK

 C value IS 0.06

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#68016F (or 0x68016F) is known color: Purple. HEX triplet: 68, 01 and 6F. RGB value is (104,1,111). Sum of RGB (Red+Green+Blue) = 104+1+111=216 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.15% from 216); Green value is 1 (0.78% from 255 or 0.46% from 216); Blue value is 111 (43.75% from 255 or 51.39% from 216); Max value from RGB is 111 - color contains mainly: blue. Hex color #68016F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68016F is #97FE90. Grayscale: #2C2C2C. Windows color (decimal): -9961105 or 7274856. OLE color: 7274856.

HSL color Cylindrical-coordinate representation of color #68016F: hue angle of 296.18º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #68016F is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 104 1 111 -
CMYK 0.06 0.99 0 0.56
HSL 296.18º 0.98% 0.22% -
HSV(B) 296.18º 0.99% 0.44% -
XYZ 8.59 4.11 15.38 -
YUV 44.34 165.62 170.56 -
System Red Green Blue C M Y K H S L
Decimal 104 1 111 0.06 0.99 0 0.56 296.18 0.98 0.22
Hex 68 1 6F 6 63 0 38 128 62 16
Octal 150 1 157 6 143 0 70 450 142 26
Binary 1101000 1 1101111 110 1100011 0 111000 100101000 1100010 10110

Color Harmonies of #68016F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68016F

Black with #68016F

Text Example


Text Example

White with #68016F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68016F; }

 p { color: rgb(104,1,111); }

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

background-color css

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

 a { background-color: rgb(104,1,111); }

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

border-color css

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

 span { border-color: rgb(104,1,111); }

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