Html Css Color HEX #681175 Purple

📋 copy color: '#681175'

red 104 ◦ green 17 ◦ blue 117

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

Shades of Purple #681175

Tints of Purple #681175

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.14%

 BLUE value IS 117 (46.09% from 255) = 49.16%

R = 43.7%
G = 7.14%
B = 49.16%

CMYK

 C value IS 0.11

 M value IS 0.85

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#681175 (or 0x681175) is known color: Purple. HEX triplet: 68, 11 and 75. RGB value is (104,17,117). Sum of RGB (Red+Green+Blue) = 104+17+117=238 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.70% from 238); Green value is 17 (7.03% from 255 or 7.14% from 238); Blue value is 117 (46.09% from 255 or 49.16% from 238); Max value from RGB is 117 - color contains mainly: blue. Hex color #681175 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681175 is #97EE8A. Grayscale: #363636. Windows color (decimal): -9957003 or 7672168. OLE color: 7672168.

HSL color Cylindrical-coordinate representation of color #681175: hue angle of 292.2º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #681175 is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 104 17 117 -
CMYK 0.11 0.85 0 0.54
HSL 292.2º 0.75% 0.26% -
HSV(B) 292.2º 0.85% 0.46% -
XYZ 9.12 4.63 17.24 -
YUV 54.41 163.32 163.37 -
System Red Green Blue C M Y K H S L
Decimal 104 17 117 0.11 0.85 0 0.54 292.2 0.75 0.26
Hex 68 11 75 B 55 0 36 124 4B 1A
Octal 150 21 165 13 125 0 66 444 113 32
Binary 1101000 10001 1110101 1011 1010101 0 110110 100100100 1001011 11010

Color Harmonies of #681175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681175

Black with #681175

Text Example


Text Example

White with #681175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681175; }

 p { color: rgb(104,17,117); }

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

background-color css

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

 a { background-color: rgb(104,17,117); }

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

border-color css

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

 span { border-color: rgb(104,17,117); }

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