Html Css Color HEX #681553 Palatinate Purple

📋 copy color: '#681553'

red 104 ◦ green 21 ◦ blue 83

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

Shades of Palatinate Purple #681553

Tints of Palatinate Purple #681553

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.1%

 BLUE value IS 83 (32.81% from 255) = 39.9%

R = 50%
G = 10.1%
B = 39.9%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.20

 K value IS 0.59

RGB Variations

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

Color information

#681553 (or 0x681553) is known color: Palatinate Purple. HEX triplet: 68, 15 and 53. RGB value is (104,21,83). Sum of RGB (Red+Green+Blue) = 104+21+83=208 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50% from 208); Green value is 21 (8.59% from 255 or 10.10% from 208); Blue value is 83 (32.81% from 255 or 39.90% from 208); Max value from RGB is 104 - color contains mainly: red. Hex color #681553 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681553 is #97EAAC. Grayscale: #343434. Windows color (decimal): -9956013 or 5444968. OLE color: 5444968.

HSL color Cylindrical-coordinate representation of color #681553: hue angle of 315.18º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #681553 is Cyan = 0, Magento = 0.80, Yellow = 0.20 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 21 83 -
CMYK 0 0.80 0.20 0.59
HSL 315.18º 0.66% 0.25% -
HSV(B) 315.18º 0.8% 0.41% -
XYZ 7.54 4.1 8.58 -
YUV 52.89 145 164.46 -
System Red Green Blue C M Y K H S L
Decimal 104 21 83 0 0.80 0.20 0.59 315.18 0.66 0.25
Hex 68 15 53 0 50 14 3B 13B 42 19
Octal 150 25 123 0 120 24 73 473 102 31
Binary 1101000 10101 1010011 0 1010000 10100 111011 100111011 1000010 11001

Color Harmonies of #681553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681553

Black with #681553

Text Example


Text Example

White with #681553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681553; }

 p { color: rgb(104,21,83); }

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

background-color css

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

 a { background-color: rgb(104,21,83); }

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

border-color css

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

 span { border-color: rgb(104,21,83); }

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