Html Css Color HEX #681362 Palatinate Purple

📋 copy color: '#681362'

red 104 ◦ green 19 ◦ blue 98

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

Shades of Palatinate Purple #681362

Tints of Palatinate Purple #681362

RGB

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

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

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

R = 47.06%
G = 8.6%
B = 44.34%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.06

 K value IS 0.59

RGB Variations

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

Color information

#681362 (or 0x681362) is known color: Palatinate Purple. HEX triplet: 68, 13 and 62. RGB value is (104,19,98). Sum of RGB (Red+Green+Blue) = 104+19+98=221 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.06% from 221); Green value is 19 (7.81% from 255 or 8.60% from 221); Blue value is 98 (38.67% from 255 or 44.34% from 221); Max value from RGB is 104 - color contains mainly: red. Hex color #681362 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681362 is #97EC9D. Grayscale: #353535. Windows color (decimal): -9956510 or 6427496. OLE color: 6427496.

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

Color convert

RGB 104 19 98 -
CMYK 0 0.82 0.06 0.59
HSL 304.24º 0.69% 0.24% -
HSV(B) 304.24º 0.82% 0.41% -
XYZ 8.15 4.29 11.95 -
YUV 53.42 153.16 164.08 -
System Red Green Blue C M Y K H S L
Decimal 104 19 98 0 0.82 0.06 0.59 304.24 0.69 0.24
Hex 68 13 62 0 52 6 3B 130 45 18
Octal 150 23 142 0 122 6 73 460 105 30
Binary 1101000 10011 1100010 0 1010010 110 111011 100110000 1000101 11000

Color Harmonies of #681362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681362

Black with #681362

Text Example


Text Example

White with #681362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681362; }

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

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

background-color css

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

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

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

border-color css

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

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

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