Html Css Color HEX #681366 Palatinate Purple

📋 copy color: '#681366'

red 104 ◦ green 19 ◦ blue 102

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

Shades of Palatinate Purple #681366

Tints of Palatinate Purple #681366

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 45.33%

R = 46.22%
G = 8.44%
B = 45.33%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.02

 K value IS 0.59

RGB Variations

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

Color information

#681366 (or 0x681366) is known color: Palatinate Purple. HEX triplet: 68, 13 and 66. RGB value is (104,19,102). Sum of RGB (Red+Green+Blue) = 104+19+102=225 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.22% from 225); Green value is 19 (7.81% from 255 or 8.44% from 225); Blue value is 102 (40.23% from 255 or 45.33% from 225); Max value from RGB is 104 - color contains mainly: red. Hex color #681366 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681366 is #97EC99. Grayscale: #353535. Windows color (decimal): -9956506 or 6689640. OLE color: 6689640.

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

Color convert

RGB 104 19 102 -
CMYK 0 0.82 0.02 0.59
HSL 301.41º 0.69% 0.24% -
HSV(B) 301.41º 0.82% 0.41% -
XYZ 8.34 4.37 12.97 -
YUV 53.88 155.16 163.75 -
System Red Green Blue C M Y K H S L
Decimal 104 19 102 0 0.82 0.02 0.59 301.41 0.69 0.24
Hex 68 13 66 0 52 2 3B 12D 45 18
Octal 150 23 146 0 122 2 73 455 105 30
Binary 1101000 10011 1100110 0 1010010 10 111011 100101101 1000101 11000

Color Harmonies of #681366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681366

Black with #681366

Text Example


Text Example

White with #681366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681366; }

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

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

background-color css

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

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

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

border-color css

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

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

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