Html Css Color HEX #682068 Palatinate Purple

📋 copy color: '#682068'

red 104 ◦ green 32 ◦ blue 104

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

Shades of Palatinate Purple #682068

Tints of Palatinate Purple #682068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 43.33%

R = 43.33%
G = 13.33%
B = 43.33%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#682068 (or 0x682068) is known color: Palatinate Purple. HEX triplet: 68, 20 and 68. RGB value is (104,32,104). Sum of RGB (Red+Green+Blue) = 104+32+104=240 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.33% from 240); Green value is 32 (12.89% from 255 or 13.33% from 240); Blue value is 104 (41.02% from 255 or 43.33% from 240); Max value from RGB is 104 - color contains mainly: red, blue. Hex color #682068 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682068 is #97DF97. Grayscale: #3D3D3D. Windows color (decimal): -9953176 or 6824040. OLE color: 6824040.

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

Color convert

RGB 104 32 104 -
CMYK 0 0.69 0 0.59
HSL 300º 0.53% 0.27% -
HSV(B) 300º 0.69% 0.41% -
XYZ 8.72 4.98 13.6 -
YUV 61.74 151.85 158.15 -
System Red Green Blue C M Y K H S L
Decimal 104 32 104 0 0.69 0 0.59 300 0.53 0.27
Hex 68 20 68 0 45 0 3B 12C 35 1B
Octal 150 40 150 0 105 0 73 454 65 33
Binary 1101000 100000 1101000 0 1000101 0 111011 100101100 110101 11011

Color Harmonies of #682068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682068

Black with #682068

Text Example


Text Example

White with #682068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682068; }

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

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

background-color css

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

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

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

border-color css

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

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

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