Html Css Color HEX #681462 Palatinate Purple

📋 copy color: '#681462'

red 104 ◦ green 20 ◦ blue 98

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

Shades of Palatinate Purple #681462

Tints of Palatinate Purple #681462

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.01%

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

R = 46.85%
G = 9.01%
B = 44.14%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.06

 K value IS 0.59

RGB Variations

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

Color information

#681462 (or 0x681462) is known color: Palatinate Purple. HEX triplet: 68, 14 and 62. RGB value is (104,20,98). Sum of RGB (Red+Green+Blue) = 104+20+98=222 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.85% from 222); Green value is 20 (8.20% from 255 or 9.01% from 222); Blue value is 98 (38.67% from 255 or 44.14% from 222); Max value from RGB is 104 - color contains mainly: red. Hex color #681462 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681462 is #97EB9D. Grayscale: #353535. Windows color (decimal): -9956254 or 6427752. OLE color: 6427752.

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

Color convert

RGB 104 20 98 -
CMYK 0 0.81 0.06 0.59
HSL 304.29º 0.68% 0.24% -
HSV(B) 304.29º 0.81% 0.41% -
XYZ 8.16 4.33 11.96 -
YUV 54.01 152.83 163.66 -
System Red Green Blue C M Y K H S L
Decimal 104 20 98 0 0.81 0.06 0.59 304.29 0.68 0.24
Hex 68 14 62 0 51 6 3B 130 44 18
Octal 150 24 142 0 121 6 73 460 104 30
Binary 1101000 10100 1100010 0 1010001 110 111011 100110000 1000100 11000

Color Harmonies of #681462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681462

Black with #681462

Text Example


Text Example

White with #681462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681462; }

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

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

background-color css

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

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

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

border-color css

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

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

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