Html Css Color HEX #680478 Purple

📋 copy color: '#680478'

red 104 ◦ green 4 ◦ blue 120

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

Shades of Purple #680478

Tints of Purple #680478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 52.63%

R = 45.61%
G = 1.75%
B = 52.63%

CMYK

 C value IS 0.13

 M value IS 0.97

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#680478 (or 0x680478) is known color: Purple. HEX triplet: 68, 04 and 78. RGB value is (104,4,120). Sum of RGB (Red+Green+Blue) = 104+4+120=228 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.61% from 228); Green value is 4 (1.95% from 255 or 1.75% from 228); Blue value is 120 (47.27% from 255 or 52.63% from 228); Max value from RGB is 120 - color contains mainly: blue. Hex color #680478 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680478 is #97FB87. Grayscale: #2E2E2E. Windows color (decimal): -9960328 or 7865448. OLE color: 7865448.

HSL color Cylindrical-coordinate representation of color #680478: hue angle of 291.72º degrees, saturation: 0.94, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #680478 is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 104 4 120 -
CMYK 0.13 0.97 0 0.53
HSL 291.72º 0.94% 0.24% -
HSV(B) 291.72º 0.97% 0.47% -
XYZ 9.14 4.39 18.13 -
YUV 47.12 169.13 168.57 -
System Red Green Blue C M Y K H S L
Decimal 104 4 120 0.13 0.97 0 0.53 291.72 0.94 0.24
Hex 68 4 78 D 61 0 35 124 5E 18
Octal 150 4 170 15 141 0 65 444 136 30
Binary 1101000 100 1111000 1101 1100001 0 110101 100100100 1011110 11000

Color Harmonies of #680478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680478

Black with #680478

Text Example


Text Example

White with #680478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680478; }

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

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

background-color css

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

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

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

border-color css

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

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

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