Html Css Color HEX #681265 Palatinate Purple

📋 copy color: '#681265'

red 104 ◦ green 18 ◦ blue 101

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

Shades of Palatinate Purple #681265

Tints of Palatinate Purple #681265

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.07%

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

R = 46.64%
G = 8.07%
B = 45.29%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.03

 K value IS 0.59

RGB Variations

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

Color information

#681265 (or 0x681265) is known color: Palatinate Purple. HEX triplet: 68, 12 and 65. RGB value is (104,18,101). Sum of RGB (Red+Green+Blue) = 104+18+101=223 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.64% from 223); Green value is 18 (7.42% from 255 or 8.07% from 223); Blue value is 101 (39.84% from 255 or 45.29% from 223); Max value from RGB is 104 - color contains mainly: red. Hex color #681265 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681265 is #97ED9A. Grayscale: #343434. Windows color (decimal): -9956763 or 6623848. OLE color: 6623848.

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

Color convert

RGB 104 18 101 -
CMYK 0 0.83 0.03 0.59
HSL 302.09º 0.7% 0.24% -
HSV(B) 302.09º 0.83% 0.41% -
XYZ 8.27 4.32 12.71 -
YUV 53.18 154.99 164.25 -
System Red Green Blue C M Y K H S L
Decimal 104 18 101 0 0.83 0.03 0.59 302.09 0.7 0.24
Hex 68 12 65 0 53 3 3B 12E 46 18
Octal 150 22 145 0 123 3 73 456 106 30
Binary 1101000 10010 1100101 0 1010011 11 111011 100101110 1000110 11000

Color Harmonies of #681265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681265

Black with #681265

Text Example


Text Example

White with #681265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681265; }

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

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

background-color css

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

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

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

border-color css

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

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

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