Html Css Color HEX #681365 Palatinate Purple

📋 copy color: '#681365'

red 104 ◦ green 19 ◦ blue 101

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

Shades of Palatinate Purple #681365

Tints of Palatinate Purple #681365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 45.09%

R = 46.43%
G = 8.48%
B = 45.09%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.03

 K value IS 0.59

RGB Variations

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

Color information

#681365 (or 0x681365) is known color: Palatinate Purple. HEX triplet: 68, 13 and 65. RGB value is (104,19,101). Sum of RGB (Red+Green+Blue) = 104+19+101=224 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.43% from 224); Green value is 19 (7.81% from 255 or 8.48% from 224); Blue value is 101 (39.84% from 255 or 45.09% from 224); Max value from RGB is 104 - color contains mainly: red. Hex color #681365 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681365 is #97EC9A. Grayscale: #353535. Windows color (decimal): -9956507 or 6624104. OLE color: 6624104.

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

Color convert

RGB 104 19 101 -
CMYK 0 0.82 0.03 0.59
HSL 302.12º 0.69% 0.24% -
HSV(B) 302.12º 0.82% 0.41% -
XYZ 8.29 4.35 12.71 -
YUV 53.76 154.66 163.83 -
System Red Green Blue C M Y K H S L
Decimal 104 19 101 0 0.82 0.03 0.59 302.12 0.69 0.24
Hex 68 13 65 0 52 3 3B 12E 45 18
Octal 150 23 145 0 122 3 73 456 105 30
Binary 1101000 10011 1100101 0 1010010 11 111011 100101110 1000101 11000

Color Harmonies of #681365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681365

Black with #681365

Text Example


Text Example

White with #681365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681365; }

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

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

background-color css

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

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

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

border-color css

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

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

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