Html Css Color HEX #680378 Purple

📋 copy color: '#680378'

red 104 ◦ green 3 ◦ blue 120

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

Shades of Purple #680378

Tints of Purple #680378

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.32%

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

R = 45.81%
G = 1.32%
B = 52.86%

CMYK

 C value IS 0.13

 M value IS 0.98

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#680378 (or 0x680378) is known color: Purple. HEX triplet: 68, 03 and 78. RGB value is (104,3,120). Sum of RGB (Red+Green+Blue) = 104+3+120=227 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.81% from 227); Green value is 3 (1.56% from 255 or 1.32% from 227); Blue value is 120 (47.27% from 255 or 52.86% from 227); Max value from RGB is 120 - color contains mainly: blue. Hex color #680378 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680378 is #97FC87. Grayscale: #2E2E2E. Windows color (decimal): -9960584 or 7865192. OLE color: 7865192.

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

Color convert

RGB 104 3 120 -
CMYK 0.13 0.98 0 0.53
HSL 291.79º 0.95% 0.24% -
HSV(B) 291.79º 0.98% 0.47% -
XYZ 9.13 4.36 18.13 -
YUV 46.54 169.46 168.99 -
System Red Green Blue C M Y K H S L
Decimal 104 3 120 0.13 0.98 0 0.53 291.79 0.95 0.24
Hex 68 3 78 D 62 0 35 124 5F 18
Octal 150 3 170 15 142 0 65 444 137 30
Binary 1101000 11 1111000 1101 1100010 0 110101 100100100 1011111 11000

Color Harmonies of #680378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680378

Black with #680378

Text Example


Text Example

White with #680378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680378; }

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

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

background-color css

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

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

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

border-color css

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

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

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