Html Css Color HEX #681367 Palatinate Purple

📋 copy color: '#681367'

red 104 ◦ green 19 ◦ blue 103

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

Shades of Palatinate Purple #681367

Tints of Palatinate Purple #681367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 45.58%

R = 46.02%
G = 8.41%
B = 45.58%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.01

 K value IS 0.59

RGB Variations

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

Color information

#681367 (or 0x681367) is known color: Palatinate Purple. HEX triplet: 68, 13 and 67. RGB value is (104,19,103). Sum of RGB (Red+Green+Blue) = 104+19+103=226 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.02% from 226); Green value is 19 (7.81% from 255 or 8.41% from 226); Blue value is 103 (40.62% from 255 or 45.58% from 226); Max value from RGB is 104 - color contains mainly: red. Hex color #681367 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681367 is #97EC98. Grayscale: #353535. Windows color (decimal): -9956505 or 6755176. OLE color: 6755176.

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

Color convert

RGB 104 19 103 -
CMYK 0 0.82 0.01 0.59
HSL 300.71º 0.69% 0.24% -
HSV(B) 300.71º 0.82% 0.41% -
XYZ 8.39 4.39 13.24 -
YUV 53.99 155.66 163.67 -
System Red Green Blue C M Y K H S L
Decimal 104 19 103 0 0.82 0.01 0.59 300.71 0.69 0.24
Hex 68 13 67 0 52 1 3B 12D 45 18
Octal 150 23 147 0 122 1 73 455 105 30
Binary 1101000 10011 1100111 0 1010010 1 111011 100101101 1000101 11000

Color Harmonies of #681367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681367

Black with #681367

Text Example


Text Example

White with #681367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681367; }

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

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

background-color css

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

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

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

border-color css

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

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

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