Html Css Color HEX #68016E Purple

📋 copy color: '#68016E'

red 104 ◦ green 1 ◦ blue 110

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

Shades of Purple #68016E

Tints of Purple #68016E

RGB

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

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

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

R = 48.37%
G = 0.47%
B = 51.16%

CMYK

 C value IS 0.05

 M value IS 0.99

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#68016E (or 0x68016E) is known color: Purple. HEX triplet: 68, 01 and 6E. RGB value is (104,1,110). Sum of RGB (Red+Green+Blue) = 104+1+110=215 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.37% from 215); Green value is 1 (0.78% from 255 or 0.47% from 215); Blue value is 110 (43.36% from 255 or 51.16% from 215); Max value from RGB is 110 - color contains mainly: blue. Hex color #68016E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68016E is #97FE91. Grayscale: #2B2B2B. Windows color (decimal): -9961106 or 7209320. OLE color: 7209320.

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

Color convert

RGB 104 1 110 -
CMYK 0.05 0.99 0 0.57
HSL 296.7º 0.98% 0.22% -
HSV(B) 296.7º 0.99% 0.43% -
XYZ 8.53 4.09 15.09 -
YUV 44.22 165.12 170.64 -
System Red Green Blue C M Y K H S L
Decimal 104 1 110 0.05 0.99 0 0.57 296.7 0.98 0.22
Hex 68 1 6E 5 63 0 39 129 62 16
Octal 150 1 156 5 143 0 71 451 142 26
Binary 1101000 1 1101110 101 1100011 0 111001 100101001 1100010 10110

Color Harmonies of #68016E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68016E

Black with #68016E

Text Example


Text Example

White with #68016E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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