Html Css Color HEX #681269 Palatinate Purple

📋 copy color: '#681269'

red 104 ◦ green 18 ◦ blue 105

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

Shades of Palatinate Purple #681269

Tints of Palatinate Purple #681269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 46.26%

R = 45.81%
G = 7.93%
B = 46.26%

CMYK

 C value IS 0.01

 M value IS 0.83

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#681269 (or 0x681269) is known color: Palatinate Purple. HEX triplet: 68, 12 and 69. RGB value is (104,18,105). Sum of RGB (Red+Green+Blue) = 104+18+105=227 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.81% from 227); Green value is 18 (7.42% from 255 or 7.93% from 227); Blue value is 105 (41.41% from 255 or 46.26% from 227); Max value from RGB is 105 - color contains mainly: blue. Hex color #681269 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681269 is #97ED96. Grayscale: #353535. Windows color (decimal): -9956759 or 6885992. OLE color: 6885992.

HSL color Cylindrical-coordinate representation of color #681269: hue angle of 299.31º degrees, saturation: 0.71, 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 #681269 is Cyan = 0.01, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 18 105 -
CMYK 0.01 0.83 0 0.59
HSL 299.31º 0.71% 0.24% -
HSV(B) 299.31º 0.83% 0.41% -
XYZ 8.48 4.4 13.77 -
YUV 53.63 156.99 163.93 -
System Red Green Blue C M Y K H S L
Decimal 104 18 105 0.01 0.83 0 0.59 299.31 0.71 0.24
Hex 68 12 69 1 53 0 3B 12B 47 18
Octal 150 22 151 1 123 0 73 453 107 30
Binary 1101000 10010 1101001 1 1010011 0 111011 100101011 1000111 11000

Color Harmonies of #681269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681269

Black with #681269

Text Example


Text Example

White with #681269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681269; }

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

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

background-color css

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

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

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

border-color css

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

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

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