Html Css Color HEX #681253 Palatinate Purple

📋 copy color: '#681253'

red 104 ◦ green 18 ◦ blue 83

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

Shades of Palatinate Purple #681253

Tints of Palatinate Purple #681253

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.78%

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

R = 50.73%
G = 8.78%
B = 40.49%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.20

 K value IS 0.59

RGB Variations

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

Color information

#681253 (or 0x681253) is known color: Palatinate Purple. HEX triplet: 68, 12 and 53. RGB value is (104,18,83). Sum of RGB (Red+Green+Blue) = 104+18+83=205 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.73% from 205); Green value is 18 (7.42% from 255 or 8.78% from 205); Blue value is 83 (32.81% from 255 or 40.49% from 205); Max value from RGB is 104 - color contains mainly: red. Hex color #681253 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681253 is #97EDAC. Grayscale: #323232. Windows color (decimal): -9956781 or 5444200. OLE color: 5444200.

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

Color convert

RGB 104 18 83 -
CMYK 0 0.83 0.20 0.59
HSL 314.65º 0.7% 0.24% -
HSV(B) 314.65º 0.83% 0.41% -
XYZ 7.49 4 8.56 -
YUV 51.12 145.99 165.71 -
System Red Green Blue C M Y K H S L
Decimal 104 18 83 0 0.83 0.20 0.59 314.65 0.7 0.24
Hex 68 12 53 0 53 14 3B 13B 46 18
Octal 150 22 123 0 123 24 73 473 106 30
Binary 1101000 10010 1010011 0 1010011 10100 111011 100111011 1000110 11000

Color Harmonies of #681253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681253

Black with #681253

Text Example


Text Example

White with #681253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681253; }

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

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

background-color css

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

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

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

border-color css

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

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

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