Html Css Color HEX #68107E Purple

📋 copy color: '#68107E'

red 104 ◦ green 16 ◦ blue 126

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

Shades of Purple #68107E

Tints of Purple #68107E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.5%

 BLUE value IS 126 (49.61% from 255) = 51.22%

R = 42.28%
G = 6.5%
B = 51.22%

CMYK

 C value IS 0.17

 M value IS 0.87

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#68107E (or 0x68107E) is known color: Purple. HEX triplet: 68, 10 and 7E. RGB value is (104,16,126). Sum of RGB (Red+Green+Blue) = 104+16+126=246 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.28% from 246); Green value is 16 (6.64% from 255 or 6.50% from 246); Blue value is 126 (49.61% from 255 or 51.22% from 246); Max value from RGB is 126 - color contains mainly: blue. Hex color #68107E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68107E is #97EF81. Grayscale: #363636. Windows color (decimal): -9957250 or 8261736. OLE color: 8261736.

HSL color Cylindrical-coordinate representation of color #68107E: hue angle of 288º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #68107E is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 104 16 126 -
CMYK 0.17 0.87 0 0.51
HSL 288º 0.77% 0.28% -
HSV(B) 288º 0.87% 0.49% -
XYZ 9.66 4.82 20.16 -
YUV 54.85 168.15 163.06 -
System Red Green Blue C M Y K H S L
Decimal 104 16 126 0.17 0.87 0 0.51 288 0.77 0.28
Hex 68 10 7E 11 57 0 33 120 4D 1C
Octal 150 20 176 21 127 0 63 440 115 34
Binary 1101000 10000 1111110 10001 1010111 0 110011 100100000 1001101 11100

Color Harmonies of #68107E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68107E

Black with #68107E

Text Example


Text Example

White with #68107E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,16,126); }

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

background-color css

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

 a { background-color: rgb(104,16,126); }

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

border-color css

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

 span { border-color: rgb(104,16,126); }

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