Html Css Color HEX #680275 Purple

📋 copy color: '#680275'

red 104 ◦ green 2 ◦ blue 117

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

Shades of Purple #680275

Tints of Purple #680275

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.9%

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

R = 46.64%
G = 0.9%
B = 52.47%

CMYK

 C value IS 0.11

 M value IS 0.98

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#680275 (or 0x680275) is known color: Purple. HEX triplet: 68, 02 and 75. RGB value is (104,2,117). Sum of RGB (Red+Green+Blue) = 104+2+117=223 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.64% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 117 (46.09% from 255 or 52.47% from 223); Max value from RGB is 117 - color contains mainly: blue. Hex color #680275 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680275 is #97FD8A. Grayscale: #2D2D2D. Windows color (decimal): -9960843 or 7668328. OLE color: 7668328.

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

Color convert

RGB 104 2 117 -
CMYK 0.11 0.98 0 0.54
HSL 293.22º 0.97% 0.23% -
HSV(B) 293.22º 0.98% 0.46% -
XYZ 8.94 4.27 17.18 -
YUV 45.61 168.29 169.65 -
System Red Green Blue C M Y K H S L
Decimal 104 2 117 0.11 0.98 0 0.54 293.22 0.97 0.23
Hex 68 2 75 B 62 0 36 125 61 17
Octal 150 2 165 13 142 0 66 445 141 27
Binary 1101000 10 1110101 1011 1100010 0 110110 100100101 1100001 10111

Color Harmonies of #680275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680275

Black with #680275

Text Example


Text Example

White with #680275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680275; }

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

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

background-color css

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

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

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

border-color css

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

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

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