Html Css Color HEX #682067 Palatinate Purple

📋 copy color: '#682067'

red 104 ◦ green 32 ◦ blue 103

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

Shades of Palatinate Purple #682067

Tints of Palatinate Purple #682067

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.39%

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

R = 43.51%
G = 13.39%
B = 43.1%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.01

 K value IS 0.59

RGB Variations

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

Color information

#682067 (or 0x682067) is known color: Palatinate Purple. HEX triplet: 68, 20 and 67. RGB value is (104,32,103). Sum of RGB (Red+Green+Blue) = 104+32+103=239 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.51% from 239); Green value is 32 (12.89% from 255 or 13.39% from 239); Blue value is 103 (40.62% from 255 or 43.10% from 239); Max value from RGB is 104 - color contains mainly: red. Hex color #682067 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682067 is #97DF98. Grayscale: #3D3D3D. Windows color (decimal): -9953177 or 6758504. OLE color: 6758504.

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

Color convert

RGB 104 32 103 -
CMYK 0 0.69 0.01 0.59
HSL 300.83º 0.53% 0.27% -
HSV(B) 300.83º 0.69% 0.41% -
XYZ 8.67 4.96 13.33 -
YUV 61.62 151.35 158.23 -
System Red Green Blue C M Y K H S L
Decimal 104 32 103 0 0.69 0.01 0.59 300.83 0.53 0.27
Hex 68 20 67 0 45 1 3B 12D 35 1B
Octal 150 40 147 0 105 1 73 455 65 33
Binary 1101000 100000 1100111 0 1000101 1 111011 100101101 110101 11011

Color Harmonies of #682067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682067

Black with #682067

Text Example


Text Example

White with #682067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682067; }

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

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

background-color css

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

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

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

border-color css

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

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

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