Html Css Color HEX #682168 Palatinate Purple

📋 copy color: '#682168'

red 104 ◦ green 33 ◦ blue 104

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

Shades of Palatinate Purple #682168

Tints of Palatinate Purple #682168

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.69%

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

R = 43.15%
G = 13.69%
B = 43.15%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#682168 (or 0x682168) is known color: Palatinate Purple. HEX triplet: 68, 21 and 68. RGB value is (104,33,104). Sum of RGB (Red+Green+Blue) = 104+33+104=241 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.15% from 241); Green value is 33 (13.28% from 255 or 13.69% from 241); Blue value is 104 (41.02% from 255 or 43.15% from 241); Max value from RGB is 104 - color contains mainly: red, blue. Hex color #682168 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682168 is #97DE97. Grayscale: #3E3E3E. Windows color (decimal): -9952920 or 6824296. OLE color: 6824296.

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

Color convert

RGB 104 33 104 -
CMYK 0 0.68 0 0.59
HSL 300º 0.52% 0.27% -
HSV(B) 300º 0.68% 0.41% -
XYZ 8.75 5.03 13.61 -
YUV 62.32 151.52 157.73 -
System Red Green Blue C M Y K H S L
Decimal 104 33 104 0 0.68 0 0.59 300 0.52 0.27
Hex 68 21 68 0 44 0 3B 12C 34 1B
Octal 150 41 150 0 104 0 73 454 64 33
Binary 1101000 100001 1101000 0 1000100 0 111011 100101100 110100 11011

Color Harmonies of #682168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682168

Black with #682168

Text Example


Text Example

White with #682168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682168; }

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

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

background-color css

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

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

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

border-color css

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

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

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