Html Css Color HEX #681262 Palatinate Purple

📋 copy color: '#681262'

red 104 ◦ green 18 ◦ blue 98

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

Shades of Palatinate Purple #681262

Tints of Palatinate Purple #681262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 44.55%

R = 47.27%
G = 8.18%
B = 44.55%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.06

 K value IS 0.59

RGB Variations

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

Color information

#681262 (or 0x681262) is known color: Palatinate Purple. HEX triplet: 68, 12 and 62. RGB value is (104,18,98). Sum of RGB (Red+Green+Blue) = 104+18+98=220 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.27% from 220); Green value is 18 (7.42% from 255 or 8.18% from 220); Blue value is 98 (38.67% from 255 or 44.55% from 220); Max value from RGB is 104 - color contains mainly: red. Hex color #681262 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681262 is #97ED9D. Grayscale: #343434. Windows color (decimal): -9956766 or 6427240. OLE color: 6427240.

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

Color convert

RGB 104 18 98 -
CMYK 0 0.83 0.06 0.59
HSL 304.19º 0.7% 0.24% -
HSV(B) 304.19º 0.83% 0.41% -
XYZ 8.13 4.26 11.95 -
YUV 52.83 153.49 164.5 -
System Red Green Blue C M Y K H S L
Decimal 104 18 98 0 0.83 0.06 0.59 304.19 0.7 0.24
Hex 68 12 62 0 53 6 3B 130 46 18
Octal 150 22 142 0 123 6 73 460 106 30
Binary 1101000 10010 1100010 0 1010011 110 111011 100110000 1000110 11000

Color Harmonies of #681262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681262

Black with #681262

Text Example


Text Example

White with #681262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681262; }

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

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

background-color css

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

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

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

border-color css

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

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

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