Html Css Color HEX #68137C Purple

📋 copy color: '#68137C'

red 104 ◦ green 19 ◦ blue 124

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

Shades of Purple #68137C

Tints of Purple #68137C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.69%

 BLUE value IS 124 (48.83% from 255) = 50.2%

R = 42.11%
G = 7.69%
B = 50.2%

CMYK

 C value IS 0.16

 M value IS 0.85

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#68137C (or 0x68137C) is known color: Purple. HEX triplet: 68, 13 and 7C. RGB value is (104,19,124). Sum of RGB (Red+Green+Blue) = 104+19+124=247 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.11% from 247); Green value is 19 (7.81% from 255 or 7.69% from 247); Blue value is 124 (48.83% from 255 or 50.20% from 247); Max value from RGB is 124 - color contains mainly: blue. Hex color #68137C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68137C is #97EC83. Grayscale: #383838. Windows color (decimal): -9956484 or 8131432. OLE color: 8131432.

HSL color Cylindrical-coordinate representation of color #68137C: hue angle of 288.57º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #68137C is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 104 19 124 -
CMYK 0.16 0.85 0 0.51
HSL 288.57º 0.73% 0.28% -
HSV(B) 288.57º 0.85% 0.49% -
XYZ 9.58 4.86 19.5 -
YUV 56.39 166.16 161.96 -
System Red Green Blue C M Y K H S L
Decimal 104 19 124 0.16 0.85 0 0.51 288.57 0.73 0.28
Hex 68 13 7C 10 55 0 33 121 49 1C
Octal 150 23 174 20 125 0 63 441 111 34
Binary 1101000 10011 1111100 10000 1010101 0 110011 100100001 1001001 11100

Color Harmonies of #68137C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68137C

Black with #68137C

Text Example


Text Example

White with #68137C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68137C; }

 p { color: rgb(104,19,124); }

 H1.HeaderClassName
 {
   color: #68137C;
 }
 .AnyTagClassName
 {
   color: #68137C;
 }
</style>

background-color css

<style>
 a { background-color: #68137C; }

 a { background-color: rgb(104,19,124); }

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

border-color css

<style>
 span { border-color: #68137C; }

 span { border-color: rgb(104,19,124); }

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