Html Css Color HEX #680075 Purple

📋 copy color: '#680075'

red 104 ◦ green 0 ◦ blue 117

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

Shades of Purple #680075

Tints of Purple #680075

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 47.06%
G = 0%
B = 52.94%

CMYK

 C value IS 0.11

 M value IS 1

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#680075 (or 0x680075) is known color: Purple. HEX triplet: 68, 00 and 75. RGB value is (104,0,117). Sum of RGB (Red+Green+Blue) = 104+0+117=221 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.06% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 117 (46.09% from 255 or 52.94% from 221); Max value from RGB is 117 - color contains mainly: blue. Hex color #680075 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680075 is #97FF8A. Grayscale: #2C2C2C. Windows color (decimal): -9961355 or 7667816. OLE color: 7667816.

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

Color convert

RGB 104 0 117 -
CMYK 0.11 1 0 0.54
HSL 293.33º 1% 0.23% -
HSV(B) 293.33º 1% 0.46% -
XYZ 8.92 4.23 17.18 -
YUV 44.43 168.96 170.49 -
System Red Green Blue C M Y K H S L
Decimal 104 0 117 0.11 1 0 0.54 293.33 1 0.23
Hex 68 0 75 B 64 0 36 125 64 17
Octal 150 0 165 13 144 0 66 445 144 27
Binary 1101000 0 1110101 1011 1100100 0 110110 100100101 1100100 10111

Color Harmonies of #680075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680075

Black with #680075

Text Example


Text Example

White with #680075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680075; }

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

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

background-color css

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

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

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

border-color css

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

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

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