Html Css Color HEX #681258 Palatinate Purple

📋 copy color: '#681258'

red 104 ◦ green 18 ◦ blue 88

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

Shades of Palatinate Purple #681258

Tints of Palatinate Purple #681258

RGB

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

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

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

R = 49.52%
G = 8.57%
B = 41.9%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.15

 K value IS 0.59

RGB Variations

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

Color information

#681258 (or 0x681258) is known color: Palatinate Purple. HEX triplet: 68, 12 and 58. RGB value is (104,18,88). Sum of RGB (Red+Green+Blue) = 104+18+88=210 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.52% from 210); Green value is 18 (7.42% from 255 or 8.57% from 210); Blue value is 88 (34.77% from 255 or 41.90% from 210); Max value from RGB is 104 - color contains mainly: red. Hex color #681258 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681258 is #97EDA7. Grayscale: #333333. Windows color (decimal): -9956776 or 5771880. OLE color: 5771880.

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

Color convert

RGB 104 18 88 -
CMYK 0 0.83 0.15 0.59
HSL 311.16º 0.7% 0.24% -
HSV(B) 311.16º 0.83% 0.41% -
XYZ 7.69 4.08 9.61 -
YUV 51.69 148.49 165.31 -
System Red Green Blue C M Y K H S L
Decimal 104 18 88 0 0.83 0.15 0.59 311.16 0.7 0.24
Hex 68 12 58 0 53 F 3B 137 46 18
Octal 150 22 130 0 123 17 73 467 106 30
Binary 1101000 10010 1011000 0 1010011 1111 111011 100110111 1000110 11000

Color Harmonies of #681258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681258

Black with #681258

Text Example


Text Example

White with #681258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681258; }

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

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

background-color css

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

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

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

border-color css

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

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

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