Html Css Color HEX #681267 Palatinate Purple

📋 copy color: '#681267'

red 104 ◦ green 18 ◦ blue 103

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

Shades of Palatinate Purple #681267

Tints of Palatinate Purple #681267

RGB

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

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

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

R = 46.22%
G = 8%
B = 45.78%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.01

 K value IS 0.59

RGB Variations

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

Color information

#681267 (or 0x681267) is known color: Palatinate Purple. HEX triplet: 68, 12 and 67. RGB value is (104,18,103). Sum of RGB (Red+Green+Blue) = 104+18+103=225 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.22% from 225); Green value is 18 (7.42% from 255 or 8% from 225); Blue value is 103 (40.62% from 255 or 45.78% from 225); Max value from RGB is 104 - color contains mainly: red. Hex color #681267 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681267 is #97ED98. Grayscale: #353535. Windows color (decimal): -9956761 or 6754920. OLE color: 6754920.

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

Color convert

RGB 104 18 103 -
CMYK 0 0.83 0.01 0.59
HSL 300.7º 0.7% 0.24% -
HSV(B) 300.7º 0.83% 0.41% -
XYZ 8.37 4.35 13.23 -
YUV 53.4 155.99 164.09 -
System Red Green Blue C M Y K H S L
Decimal 104 18 103 0 0.83 0.01 0.59 300.7 0.7 0.24
Hex 68 12 67 0 53 1 3B 12D 46 18
Octal 150 22 147 0 123 1 73 455 106 30
Binary 1101000 10010 1100111 0 1010011 1 111011 100101101 1000110 11000

Color Harmonies of #681267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681267

Black with #681267

Text Example


Text Example

White with #681267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681267; }

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

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

background-color css

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

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

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

border-color css

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

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

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