Html Css Color HEX #680563 Palatinate Purple

📋 copy color: '#680563'

red 104 ◦ green 5 ◦ blue 99

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

Shades of Palatinate Purple #680563

Tints of Palatinate Purple #680563

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.4%

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

R = 50%
G = 2.4%
B = 47.6%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.05

 K value IS 0.59

RGB Variations

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

Color information

#680563 (or 0x680563) is known color: Palatinate Purple. HEX triplet: 68, 05 and 63. RGB value is (104,5,99). Sum of RGB (Red+Green+Blue) = 104+5+99=208 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50% from 208); Green value is 5 (2.34% from 255 or 2.40% from 208); Blue value is 99 (39.06% from 255 or 47.60% from 208); Max value from RGB is 104 - color contains mainly: red. Hex color #680563 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680563 is #97FA9C. Grayscale: #2D2D2D. Windows color (decimal): -9960093 or 6489448. OLE color: 6489448.

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

Color convert

RGB 104 5 99 -
CMYK 0 0.95 0.05 0.59
HSL 303.03º 0.91% 0.21% -
HSV(B) 303.03º 0.95% 0.41% -
XYZ 8.02 3.95 12.14 -
YUV 45.32 158.3 169.86 -
System Red Green Blue C M Y K H S L
Decimal 104 5 99 0 0.95 0.05 0.59 303.03 0.91 0.21
Hex 68 5 63 0 5F 5 3B 12F 5B 15
Octal 150 5 143 0 137 5 73 457 133 25
Binary 1101000 101 1100011 0 1011111 101 111011 100101111 1011011 10101

Color Harmonies of #680563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680563

Black with #680563

Text Example


Text Example

White with #680563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680563; }

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

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

background-color css

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

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

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

border-color css

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

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

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