Html Css Color HEX #680363 Palatinate Purple

📋 copy color: '#680363'

red 104 ◦ green 3 ◦ blue 99

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

Shades of Palatinate Purple #680363

Tints of Palatinate Purple #680363

RGB

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

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

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

R = 50.49%
G = 1.46%
B = 48.06%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.05

 K value IS 0.59

RGB Variations

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

Color information

#680363 (or 0x680363) is known color: Palatinate Purple. HEX triplet: 68, 03 and 63. RGB value is (104,3,99). Sum of RGB (Red+Green+Blue) = 104+3+99=206 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.49% from 206); Green value is 3 (1.56% from 255 or 1.46% from 206); Blue value is 99 (39.06% from 255 or 48.06% from 206); Max value from RGB is 104 - color contains mainly: red. Hex color #680363 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680363 is #97FC9C. Grayscale: #2B2B2B. Windows color (decimal): -9960605 or 6488936. OLE color: 6488936.

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

Color convert

RGB 104 3 99 -
CMYK 0 0.97 0.05 0.59
HSL 302.97º 0.94% 0.21% -
HSV(B) 302.97º 0.97% 0.41% -
XYZ 7.99 3.91 12.14 -
YUV 44.14 158.96 170.69 -
System Red Green Blue C M Y K H S L
Decimal 104 3 99 0 0.97 0.05 0.59 302.97 0.94 0.21
Hex 68 3 63 0 61 5 3B 12F 5E 15
Octal 150 3 143 0 141 5 73 457 136 25
Binary 1101000 11 1100011 0 1100001 101 111011 100101111 1011110 10101

Color Harmonies of #680363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680363

Black with #680363

Text Example


Text Example

White with #680363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680363; }

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

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

background-color css

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

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

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

border-color css

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

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

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