Html Css Color HEX #681353 Palatinate Purple

📋 copy color: '#681353'

red 104 ◦ green 19 ◦ blue 83

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

Shades of Palatinate Purple #681353

Tints of Palatinate Purple #681353

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.22%

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

R = 50.49%
G = 9.22%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.20

 K value IS 0.59

RGB Variations

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

Color information

#681353 (or 0x681353) is known color: Palatinate Purple. HEX triplet: 68, 13 and 53. RGB value is (104,19,83). Sum of RGB (Red+Green+Blue) = 104+19+83=206 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.49% from 206); Green value is 19 (7.81% from 255 or 9.22% from 206); Blue value is 83 (32.81% from 255 or 40.29% from 206); Max value from RGB is 104 - color contains mainly: red. Hex color #681353 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681353 is #97ECAC. Grayscale: #333333. Windows color (decimal): -9956525 or 5444456. OLE color: 5444456.

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

Color convert

RGB 104 19 83 -
CMYK 0 0.82 0.20 0.59
HSL 314.82º 0.69% 0.24% -
HSV(B) 314.82º 0.82% 0.41% -
XYZ 7.5 4.03 8.57 -
YUV 51.71 145.66 165.3 -
System Red Green Blue C M Y K H S L
Decimal 104 19 83 0 0.82 0.20 0.59 314.82 0.69 0.24
Hex 68 13 53 0 52 14 3B 13B 45 18
Octal 150 23 123 0 122 24 73 473 105 30
Binary 1101000 10011 1010011 0 1010010 10100 111011 100111011 1000101 11000

Color Harmonies of #681353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681353

Black with #681353

Text Example


Text Example

White with #681353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681353; }

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

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

background-color css

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

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

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

border-color css

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

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

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