Html Css Color HEX #680470 Purple

📋 copy color: '#680470'

red 104 ◦ green 4 ◦ blue 112

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

Shades of Purple #680470

Tints of Purple #680470

RGB

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

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

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

R = 47.27%
G = 1.82%
B = 50.91%

CMYK

 C value IS 0.07

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#680470 (or 0x680470) is known color: Purple. HEX triplet: 68, 04 and 70. RGB value is (104,4,112). Sum of RGB (Red+Green+Blue) = 104+4+112=220 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.27% from 220); Green value is 4 (1.95% from 255 or 1.82% from 220); Blue value is 112 (44.14% from 255 or 50.91% from 220); Max value from RGB is 112 - color contains mainly: blue. Hex color #680470 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680470 is #97FB8F. Grayscale: #2D2D2D. Windows color (decimal): -9960336 or 7341160. OLE color: 7341160.

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

Color convert

RGB 104 4 112 -
CMYK 0.07 0.96 0 0.56
HSL 295.56º 0.93% 0.23% -
HSV(B) 295.56º 0.96% 0.44% -
XYZ 8.68 4.2 15.68 -
YUV 46.21 165.13 169.22 -
System Red Green Blue C M Y K H S L
Decimal 104 4 112 0.07 0.96 0 0.56 295.56 0.93 0.23
Hex 68 4 70 7 60 0 38 128 5D 17
Octal 150 4 160 7 140 0 70 450 135 27
Binary 1101000 100 1110000 111 1100000 0 111000 100101000 1011101 10111

Color Harmonies of #680470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680470

Black with #680470

Text Example


Text Example

White with #680470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680470; }

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

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

background-color css

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

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

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

border-color css

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

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

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