Html Css Color HEX #681753 Palatinate Purple

📋 copy color: '#681753'

red 104 ◦ green 23 ◦ blue 83

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

Shades of Palatinate Purple #681753

Tints of Palatinate Purple #681753

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.95%

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

R = 49.52%
G = 10.95%
B = 39.52%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.20

 K value IS 0.59

RGB Variations

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

Color information

#681753 (or 0x681753) is known color: Palatinate Purple. HEX triplet: 68, 17 and 53. RGB value is (104,23,83). Sum of RGB (Red+Green+Blue) = 104+23+83=210 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.52% from 210); Green value is 23 (9.38% from 255 or 10.95% from 210); Blue value is 83 (32.81% from 255 or 39.52% from 210); Max value from RGB is 104 - color contains mainly: red. Hex color #681753 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681753 is #97E8AC. Grayscale: #353535. Windows color (decimal): -9955501 or 5445480. OLE color: 5445480.

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

Color convert

RGB 104 23 83 -
CMYK 0 0.78 0.20 0.59
HSL 315.56º 0.64% 0.25% -
HSV(B) 315.56º 0.78% 0.41% -
XYZ 7.58 4.18 8.59 -
YUV 54.06 144.34 163.62 -
System Red Green Blue C M Y K H S L
Decimal 104 23 83 0 0.78 0.20 0.59 315.56 0.64 0.25
Hex 68 17 53 0 4E 14 3B 13C 40 19
Octal 150 27 123 0 116 24 73 474 100 31
Binary 1101000 10111 1010011 0 1001110 10100 111011 100111100 1000000 11001

Color Harmonies of #681753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681753

Black with #681753

Text Example


Text Example

White with #681753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681753; }

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

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

background-color css

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

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

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

border-color css

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

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

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