Html Css Color HEX #681F5A Palatinate Purple

📋 copy color: '#681F5A'

red 104 ◦ green 31 ◦ blue 90

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

Shades of Palatinate Purple #681F5A

Tints of Palatinate Purple #681F5A

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.78%

 BLUE value IS 90 (35.55% from 255) = 40%

R = 46.22%
G = 13.78%
B = 40%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.13

 K value IS 0.59

RGB Variations

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

Color information

#681F5A (or 0x681F5A) is known color: Palatinate Purple. HEX triplet: 68, 1F and 5A. RGB value is (104,31,90). Sum of RGB (Red+Green+Blue) = 104+31+90=225 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.22% from 225); Green value is 31 (12.5% from 255 or 13.78% from 225); Blue value is 90 (35.55% from 255 or 40% from 225); Max value from RGB is 104 - color contains mainly: red. Hex color #681F5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #681F5A is #97E0A5. Grayscale: #3B3B3B. Windows color (decimal): -9953446 or 5906280. OLE color: 5906280.

HSL color Cylindrical-coordinate representation of color #681F5A: hue angle of 311.51º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #681F5A is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 31 90 -
CMYK 0 0.70 0.13 0.59
HSL 311.51º 0.54% 0.26% -
HSV(B) 311.51º 0.7% 0.41% -
XYZ 8.04 4.66 10.15 -
YUV 59.55 145.18 159.7 -
System Red Green Blue C M Y K H S L
Decimal 104 31 90 0 0.70 0.13 0.59 311.51 0.54 0.26
Hex 68 1F 5A 0 46 D 3B 138 36 1A
Octal 150 37 132 0 106 15 73 470 66 32
Binary 1101000 11111 1011010 0 1000110 1101 111011 100111000 110110 11010

Color Harmonies of #681F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681F5A

Black with #681F5A

Text Example


Text Example

White with #681F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,31,90); }

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

background-color css

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

 a { background-color: rgb(104,31,90); }

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

border-color css

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

 span { border-color: rgb(104,31,90); }

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