Html Css Color HEX #680263 Purple

📋 copy color: '#680263'

red 104 ◦ green 2 ◦ blue 99

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

Shades of Purple #680263

Tints of Purple #680263

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.98%

 BLUE value IS 99 (39.06% from 255) = 48.29%

R = 50.73%
G = 0.98%
B = 48.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.05

 K value IS 0.59

RGB Variations

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

Color information

#680263 (or 0x680263) is known color: Purple. HEX triplet: 68, 02 and 63. RGB value is (104,2,99). Sum of RGB (Red+Green+Blue) = 104+2+99=205 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.73% from 205); Green value is 2 (1.17% from 255 or 0.98% from 205); Blue value is 99 (39.06% from 255 or 48.29% from 205); Max value from RGB is 104 - color contains mainly: red. Hex color #680263 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680263 is #97FD9C. Grayscale: #2B2B2B. Windows color (decimal): -9960861 or 6488680. OLE color: 6488680.

HSL color Cylindrical-coordinate representation of color #680263: hue angle of 302.94º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #680263 is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 2 99 -
CMYK 0 0.98 0.05 0.59
HSL 302.94º 0.96% 0.21% -
HSV(B) 302.94º 0.98% 0.41% -
XYZ 7.98 3.89 12.13 -
YUV 43.56 159.29 171.11 -
System Red Green Blue C M Y K H S L
Decimal 104 2 99 0 0.98 0.05 0.59 302.94 0.96 0.21
Hex 68 2 63 0 62 5 3B 12F 60 15
Octal 150 2 143 0 142 5 73 457 140 25
Binary 1101000 10 1100011 0 1100010 101 111011 100101111 1100000 10101

Color Harmonies of #680263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680263

Black with #680263

Text Example


Text Example

White with #680263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680263; }

 p { color: rgb(104,2,99); }

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

background-color css

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

 a { background-color: rgb(104,2,99); }

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

border-color css

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

 span { border-color: rgb(104,2,99); }

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