Html Css Color HEX #681A58 Palatinate Purple

📋 copy color: '#681A58'

red 104 ◦ green 26 ◦ blue 88

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

Shades of Palatinate Purple #681A58

Tints of Palatinate Purple #681A58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 40.37%

R = 47.71%
G = 11.93%
B = 40.37%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.15

 K value IS 0.59

RGB Variations

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

Color information

#681A58 (or 0x681A58) is known color: Palatinate Purple. HEX triplet: 68, 1A and 58. RGB value is (104,26,88). Sum of RGB (Red+Green+Blue) = 104+26+88=218 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.71% from 218); Green value is 26 (10.55% from 255 or 11.93% from 218); Blue value is 88 (34.77% from 255 or 40.37% from 218); Max value from RGB is 104 - color contains mainly: red. Hex color #681A58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #681A58 is #97E5A7. Grayscale: #383838. Windows color (decimal): -9954728 or 5773928. OLE color: 5773928.

HSL color Cylindrical-coordinate representation of color #681A58: hue angle of 312.31º 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 #681A58 is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 26 88 -
CMYK 0 0.75 0.15 0.59
HSL 312.31º 0.6% 0.25% -
HSV(B) 312.31º 0.75% 0.41% -
XYZ 7.84 4.39 9.67 -
YUV 56.39 145.84 161.96 -
System Red Green Blue C M Y K H S L
Decimal 104 26 88 0 0.75 0.15 0.59 312.31 0.6 0.25
Hex 68 1A 58 0 4B F 3B 138 3C 19
Octal 150 32 130 0 113 17 73 470 74 31
Binary 1101000 11010 1011000 0 1001011 1111 111011 100111000 111100 11001

Color Harmonies of #681A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681A58

Black with #681A58

Text Example


Text Example

White with #681A58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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