Html Css Color HEX #680763 Palatinate Purple

📋 copy color: '#680763'

red 104 ◦ green 7 ◦ blue 99

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

Shades of Palatinate Purple #680763

Tints of Palatinate Purple #680763

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.33%

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

R = 49.52%
G = 3.33%
B = 47.14%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.05

 K value IS 0.59

RGB Variations

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

Color information

#680763 (or 0x680763) is known color: Palatinate Purple. HEX triplet: 68, 07 and 63. RGB value is (104,7,99). Sum of RGB (Red+Green+Blue) = 104+7+99=210 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.52% from 210); Green value is 7 (3.12% from 255 or 3.33% from 210); Blue value is 99 (39.06% from 255 or 47.14% from 210); Max value from RGB is 104 - color contains mainly: red. Hex color #680763 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680763 is #97F89C. Grayscale: #2E2E2E. Windows color (decimal): -9959581 or 6489960. OLE color: 6489960.

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

Color convert

RGB 104 7 99 -
CMYK 0 0.93 0.05 0.59
HSL 303.09º 0.87% 0.22% -
HSV(B) 303.09º 0.93% 0.41% -
XYZ 8.04 4 12.15 -
YUV 46.49 157.64 169.02 -
System Red Green Blue C M Y K H S L
Decimal 104 7 99 0 0.93 0.05 0.59 303.09 0.87 0.22
Hex 68 7 63 0 5D 5 3B 12F 57 16
Octal 150 7 143 0 135 5 73 457 127 26
Binary 1101000 111 1100011 0 1011101 101 111011 100101111 1010111 10110

Color Harmonies of #680763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680763

Black with #680763

Text Example


Text Example

White with #680763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680763; }

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

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

background-color css

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

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

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

border-color css

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

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

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