Html Css Color HEX #680475 Purple

📋 copy color: '#680475'

red 104 ◦ green 4 ◦ blue 117

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

Shades of Purple #680475

Tints of Purple #680475

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.78%

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

R = 46.22%
G = 1.78%
B = 52%

CMYK

 C value IS 0.11

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#680475 (or 0x680475) is known color: Purple. HEX triplet: 68, 04 and 75. RGB value is (104,4,117). Sum of RGB (Red+Green+Blue) = 104+4+117=225 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.22% from 225); Green value is 4 (1.95% from 255 or 1.78% from 225); Blue value is 117 (46.09% from 255 or 52% from 225); Max value from RGB is 117 - color contains mainly: blue. Hex color #680475 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680475 is #97FB8A. Grayscale: #2E2E2E. Windows color (decimal): -9960331 or 7668840. OLE color: 7668840.

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

Color convert

RGB 104 4 117 -
CMYK 0.11 0.97 0 0.54
HSL 293.1º 0.93% 0.24% -
HSV(B) 293.1º 0.97% 0.46% -
XYZ 8.96 4.31 17.19 -
YUV 46.78 167.63 168.81 -
System Red Green Blue C M Y K H S L
Decimal 104 4 117 0.11 0.97 0 0.54 293.1 0.93 0.24
Hex 68 4 75 B 61 0 36 125 5D 18
Octal 150 4 165 13 141 0 66 445 135 30
Binary 1101000 100 1110101 1011 1100001 0 110110 100100101 1011101 11000

Color Harmonies of #680475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680475

Black with #680475

Text Example


Text Example

White with #680475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680475; }

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

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

background-color css

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

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

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

border-color css

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

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

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