Html Css Color HEX #681352 Palatinate Purple

📋 copy color: '#681352'

red 104 ◦ green 19 ◦ blue 82

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

Shades of Palatinate Purple #681352

Tints of Palatinate Purple #681352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 40%

R = 50.73%
G = 9.27%
B = 40%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.21

 K value IS 0.59

RGB Variations

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

Color information

#681352 (or 0x681352) is known color: Palatinate Purple. HEX triplet: 68, 13 and 52. RGB value is (104,19,82). Sum of RGB (Red+Green+Blue) = 104+19+82=205 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.73% from 205); Green value is 19 (7.81% from 255 or 9.27% from 205); Blue value is 82 (32.42% from 255 or 40% from 205); Max value from RGB is 104 - color contains mainly: red. Hex color #681352 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681352 is #97ECAD. Grayscale: #333333. Windows color (decimal): -9956526 or 5378920. OLE color: 5378920.

HSL color Cylindrical-coordinate representation of color #681352: hue angle of 315.53º 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 #681352 is Cyan = 0, Magento = 0.82, Yellow = 0.21 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 19 82 -
CMYK 0 0.82 0.21 0.59
HSL 315.53º 0.69% 0.24% -
HSV(B) 315.53º 0.82% 0.41% -
XYZ 7.46 4.02 8.36 -
YUV 51.6 145.16 165.38 -
System Red Green Blue C M Y K H S L
Decimal 104 19 82 0 0.82 0.21 0.59 315.53 0.69 0.24
Hex 68 13 52 0 52 15 3B 13C 45 18
Octal 150 23 122 0 122 25 73 474 105 30
Binary 1101000 10011 1010010 0 1010010 10101 111011 100111100 1000101 11000

Color Harmonies of #681352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681352

Black with #681352

Text Example


Text Example

White with #681352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681352; }

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

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

background-color css

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

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

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

border-color css

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

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

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