Html Css Color HEX #681062 Palatinate Purple

📋 copy color: '#681062'

red 104 ◦ green 16 ◦ blue 98

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

Shades of Palatinate Purple #681062

Tints of Palatinate Purple #681062

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.34%

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

R = 47.71%
G = 7.34%
B = 44.95%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.06

 K value IS 0.59

RGB Variations

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

Color information

#681062 (or 0x681062) is known color: Palatinate Purple. HEX triplet: 68, 10 and 62. RGB value is (104,16,98). Sum of RGB (Red+Green+Blue) = 104+16+98=218 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.71% from 218); Green value is 16 (6.64% from 255 or 7.34% from 218); Blue value is 98 (38.67% from 255 or 44.95% from 218); Max value from RGB is 104 - color contains mainly: red. Hex color #681062 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681062 is #97EF9D. Grayscale: #333333. Windows color (decimal): -9957278 or 6426728. OLE color: 6426728.

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

Color convert

RGB 104 16 98 -
CMYK 0 0.85 0.06 0.59
HSL 304.09º 0.73% 0.24% -
HSV(B) 304.09º 0.85% 0.41% -
XYZ 8.1 4.2 11.94 -
YUV 51.66 154.15 165.33 -
System Red Green Blue C M Y K H S L
Decimal 104 16 98 0 0.85 0.06 0.59 304.09 0.73 0.24
Hex 68 10 62 0 55 6 3B 130 49 18
Octal 150 20 142 0 125 6 73 460 111 30
Binary 1101000 10000 1100010 0 1010101 110 111011 100110000 1001001 11000

Color Harmonies of #681062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681062

Black with #681062

Text Example


Text Example

White with #681062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681062; }

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

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

background-color css

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

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

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

border-color css

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

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

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