Html Css Color HEX #681A5F Palatinate Purple

📋 copy color: '#681A5F'

red 104 ◦ green 26 ◦ blue 95

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

Shades of Palatinate Purple #681A5F

Tints of Palatinate Purple #681A5F

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.56%

 BLUE value IS 95 (37.5% from 255) = 42.22%

R = 46.22%
G = 11.56%
B = 42.22%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#681A5F (or 0x681A5F) is known color: Palatinate Purple. HEX triplet: 68, 1A and 5F. RGB value is (104,26,95). Sum of RGB (Red+Green+Blue) = 104+26+95=225 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.22% from 225); Green value is 26 (10.55% from 255 or 11.56% from 225); Blue value is 95 (37.5% from 255 or 42.22% from 225); Max value from RGB is 104 - color contains mainly: red. Hex color #681A5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #681A5F is #97E5A0. Grayscale: #383838. Windows color (decimal): -9954721 or 6232680. OLE color: 6232680.

HSL color Cylindrical-coordinate representation of color #681A5F: hue angle of 306.92º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #681A5F is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 26 95 -
CMYK 0 0.75 0.09 0.59
HSL 306.92º 0.6% 0.25% -
HSV(B) 306.92º 0.75% 0.41% -
XYZ 8.14 4.51 11.27 -
YUV 57.19 149.34 161.39 -
System Red Green Blue C M Y K H S L
Decimal 104 26 95 0 0.75 0.09 0.59 306.92 0.6 0.25
Hex 68 1A 5F 0 4B 9 3B 133 3C 19
Octal 150 32 137 0 113 11 73 463 74 31
Binary 1101000 11010 1011111 0 1001011 1001 111011 100110011 111100 11001

Color Harmonies of #681A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681A5F

Black with #681A5F

Text Example


Text Example

White with #681A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681A5F; }

 p { color: rgb(104,26,95); }

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

background-color css

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

 a { background-color: rgb(104,26,95); }

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

border-color css

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

 span { border-color: rgb(104,26,95); }

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