Html Css Color HEX #681867 Palatinate Purple

📋 copy color: '#681867'

red 104 ◦ green 24 ◦ blue 103

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

Shades of Palatinate Purple #681867

Tints of Palatinate Purple #681867

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.39%

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

R = 45.02%
G = 10.39%
B = 44.59%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.01

 K value IS 0.59

RGB Variations

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

Color information

#681867 (or 0x681867) is known color: Palatinate Purple. HEX triplet: 68, 18 and 67. RGB value is (104,24,103). Sum of RGB (Red+Green+Blue) = 104+24+103=231 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.02% from 231); Green value is 24 (9.77% from 255 or 10.39% from 231); Blue value is 103 (40.62% from 255 or 44.59% from 231); Max value from RGB is 104 - color contains mainly: red. Hex color #681867 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681867 is #97E798. Grayscale: #383838. Windows color (decimal): -9955225 or 6756456. OLE color: 6756456.

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

Color convert

RGB 104 24 103 -
CMYK 0 0.77 0.01 0.59
HSL 300.75º 0.63% 0.25% -
HSV(B) 300.75º 0.77% 0.41% -
XYZ 8.48 4.58 13.27 -
YUV 56.93 154 161.58 -
System Red Green Blue C M Y K H S L
Decimal 104 24 103 0 0.77 0.01 0.59 300.75 0.63 0.25
Hex 68 18 67 0 4D 1 3B 12D 3E 19
Octal 150 30 147 0 115 1 73 455 76 31
Binary 1101000 11000 1100111 0 1001101 1 111011 100101101 111110 11001

Color Harmonies of #681867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681867

Black with #681867

Text Example


Text Example

White with #681867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681867; }

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

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

background-color css

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

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

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

border-color css

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

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

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