Html Css Color HEX #680373 Purple

📋 copy color: '#680373'

red 104 ◦ green 3 ◦ blue 115

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

Shades of Purple #680373

Tints of Purple #680373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 51.8%

R = 46.85%
G = 1.35%
B = 51.8%

CMYK

 C value IS 0.10

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#680373 (or 0x680373) is known color: Purple. HEX triplet: 68, 03 and 73. RGB value is (104,3,115). Sum of RGB (Red+Green+Blue) = 104+3+115=222 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.85% from 222); Green value is 3 (1.56% from 255 or 1.35% from 222); Blue value is 115 (45.31% from 255 or 51.80% from 222); Max value from RGB is 115 - color contains mainly: blue. Hex color #680373 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680373 is #97FC8C. Grayscale: #2D2D2D. Windows color (decimal): -9960589 or 7537512. OLE color: 7537512.

HSL color Cylindrical-coordinate representation of color #680373: hue angle of 294.11º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #680373 is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 104 3 115 -
CMYK 0.10 0.97 0 0.55
HSL 294.11º 0.95% 0.23% -
HSV(B) 294.11º 0.97% 0.45% -
XYZ 8.84 4.25 16.57 -
YUV 45.97 166.96 169.39 -
System Red Green Blue C M Y K H S L
Decimal 104 3 115 0.10 0.97 0 0.55 294.11 0.95 0.23
Hex 68 3 73 A 61 0 37 126 5F 17
Octal 150 3 163 12 141 0 67 446 137 27
Binary 1101000 11 1110011 1010 1100001 0 110111 100100110 1011111 10111

Color Harmonies of #680373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680373

Black with #680373

Text Example


Text Example

White with #680373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680373; }

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

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

background-color css

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

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

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

border-color css

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

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

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