Html Css Color HEX #681758 Palatinate Purple

📋 copy color: '#681758'

red 104 ◦ green 23 ◦ blue 88

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

Shades of Palatinate Purple #681758

Tints of Palatinate Purple #681758

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.7%

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

R = 48.37%
G = 10.7%
B = 40.93%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.15

 K value IS 0.59

RGB Variations

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

Color information

#681758 (or 0x681758) is known color: Palatinate Purple. HEX triplet: 68, 17 and 58. RGB value is (104,23,88). Sum of RGB (Red+Green+Blue) = 104+23+88=215 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.37% from 215); Green value is 23 (9.38% from 255 or 10.70% from 215); Blue value is 88 (34.77% from 255 or 40.93% from 215); Max value from RGB is 104 - color contains mainly: red. Hex color #681758 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681758 is #97E8A7. Grayscale: #363636. Windows color (decimal): -9955496 or 5773160. OLE color: 5773160.

HSL color Cylindrical-coordinate representation of color #681758: hue angle of 311.85º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #681758 is Cyan = 0, Magento = 0.78, Yellow = 0.15 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 23 88 -
CMYK 0 0.78 0.15 0.59
HSL 311.85º 0.64% 0.25% -
HSV(B) 311.85º 0.78% 0.41% -
XYZ 7.78 4.26 9.64 -
YUV 54.63 146.84 163.21 -
System Red Green Blue C M Y K H S L
Decimal 104 23 88 0 0.78 0.15 0.59 311.85 0.64 0.25
Hex 68 17 58 0 4E F 3B 138 40 19
Octal 150 27 130 0 116 17 73 470 100 31
Binary 1101000 10111 1011000 0 1001110 1111 111011 100111000 1000000 11001

Color Harmonies of #681758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681758

Black with #681758

Text Example


Text Example

White with #681758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681758; }

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

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

background-color css

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

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

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

border-color css

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

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

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