Html Css Color HEX #680970 Purple

📋 copy color: '#680970'

red 104 ◦ green 9 ◦ blue 112

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

Shades of Purple #680970

Tints of Purple #680970

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4%

 BLUE value IS 112 (44.14% from 255) = 49.78%

R = 46.22%
G = 4%
B = 49.78%

CMYK

 C value IS 0.07

 M value IS 0.92

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#680970 (or 0x680970) is known color: Purple. HEX triplet: 68, 09 and 70. RGB value is (104,9,112). Sum of RGB (Red+Green+Blue) = 104+9+112=225 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.22% from 225); Green value is 9 (3.91% from 255 or 4% from 225); Blue value is 112 (44.14% from 255 or 49.78% from 225); Max value from RGB is 112 - color contains mainly: blue. Hex color #680970 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680970 is #97F68F. Grayscale: #303030. Windows color (decimal): -9959056 or 7342440. OLE color: 7342440.

HSL color Cylindrical-coordinate representation of color #680970: hue angle of 295.34º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #680970 is Cyan = 0.07, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 104 9 112 -
CMYK 0.07 0.92 0 0.56
HSL 295.34º 0.85% 0.24% -
HSV(B) 295.34º 0.92% 0.44% -
XYZ 8.73 4.31 15.7 -
YUV 49.15 163.47 167.12 -
System Red Green Blue C M Y K H S L
Decimal 104 9 112 0.07 0.92 0 0.56 295.34 0.85 0.24
Hex 68 9 70 7 5C 0 38 127 55 18
Octal 150 11 160 7 134 0 70 447 125 30
Binary 1101000 1001 1110000 111 1011100 0 111000 100100111 1010101 11000

Color Harmonies of #680970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680970

Black with #680970

Text Example


Text Example

White with #680970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680970; }

 p { color: rgb(104,9,112); }

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

background-color css

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

 a { background-color: rgb(104,9,112); }

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

border-color css

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

 span { border-color: rgb(104,9,112); }

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