Html Css Color HEX #681255 Palatinate Purple

📋 copy color: '#681255'

red 104 ◦ green 18 ◦ blue 85

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

Shades of Palatinate Purple #681255

Tints of Palatinate Purple #681255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 41.06%

R = 50.24%
G = 8.7%
B = 41.06%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.18

 K value IS 0.59

RGB Variations

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

Color information

#681255 (or 0x681255) is known color: Palatinate Purple. HEX triplet: 68, 12 and 55. RGB value is (104,18,85). Sum of RGB (Red+Green+Blue) = 104+18+85=207 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.24% from 207); Green value is 18 (7.42% from 255 or 8.70% from 207); Blue value is 85 (33.59% from 255 or 41.06% from 207); Max value from RGB is 104 - color contains mainly: red. Hex color #681255 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681255 is #97EDAA. Grayscale: #333333. Windows color (decimal): -9956779 or 5575272. OLE color: 5575272.

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

Color convert

RGB 104 18 85 -
CMYK 0 0.83 0.18 0.59
HSL 313.26º 0.7% 0.24% -
HSV(B) 313.26º 0.83% 0.41% -
XYZ 7.56 4.03 8.97 -
YUV 51.35 146.99 165.55 -
System Red Green Blue C M Y K H S L
Decimal 104 18 85 0 0.83 0.18 0.59 313.26 0.7 0.24
Hex 68 12 55 0 53 12 3B 139 46 18
Octal 150 22 125 0 123 22 73 471 106 30
Binary 1101000 10010 1010101 0 1010011 10010 111011 100111001 1000110 11000

Color Harmonies of #681255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681255

Black with #681255

Text Example


Text Example

White with #681255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681255; }

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

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

background-color css

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

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

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

border-color css

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

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

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