Html Css Color HEX #681358 Palatinate Purple

📋 copy color: '#681358'

red 104 ◦ green 19 ◦ blue 88

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

Shades of Palatinate Purple #681358

Tints of Palatinate Purple #681358

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9%

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

R = 49.29%
G = 9%
B = 41.71%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.15

 K value IS 0.59

RGB Variations

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

Color information

#681358 (or 0x681358) is known color: Palatinate Purple. HEX triplet: 68, 13 and 58. RGB value is (104,19,88). Sum of RGB (Red+Green+Blue) = 104+19+88=211 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.29% from 211); Green value is 19 (7.81% from 255 or 9.00% from 211); Blue value is 88 (34.77% from 255 or 41.71% from 211); Max value from RGB is 104 - color contains mainly: red. Hex color #681358 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681358 is #97ECA7. Grayscale: #343434. Windows color (decimal): -9956520 or 5772136. OLE color: 5772136.

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

Color convert

RGB 104 19 88 -
CMYK 0 0.82 0.15 0.59
HSL 311.29º 0.69% 0.24% -
HSV(B) 311.29º 0.82% 0.41% -
XYZ 7.7 4.11 9.62 -
YUV 52.28 148.16 164.89 -
System Red Green Blue C M Y K H S L
Decimal 104 19 88 0 0.82 0.15 0.59 311.29 0.69 0.24
Hex 68 13 58 0 52 F 3B 137 45 18
Octal 150 23 130 0 122 17 73 467 105 30
Binary 1101000 10011 1011000 0 1010010 1111 111011 100110111 1000101 11000

Color Harmonies of #681358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681358

Black with #681358

Text Example


Text Example

White with #681358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681358; }

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

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

background-color css

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

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

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

border-color css

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

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

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