Html Css Color HEX #682468 Palatinate Purple

📋 copy color: '#682468'

red 104 ◦ green 36 ◦ blue 104

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

Shades of Palatinate Purple #682468

Tints of Palatinate Purple #682468

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.75%

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

R = 42.62%
G = 14.75%
B = 42.62%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#682468 (or 0x682468) is known color: Palatinate Purple. HEX triplet: 68, 24 and 68. RGB value is (104,36,104). Sum of RGB (Red+Green+Blue) = 104+36+104=244 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.62% from 244); Green value is 36 (14.45% from 255 or 14.75% from 244); Blue value is 104 (41.02% from 255 or 42.62% from 244); Max value from RGB is 104 - color contains mainly: red, blue. Hex color #682468 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682468 is #97DB97. Grayscale: #3F3F3F. Windows color (decimal): -9952152 or 6825064. OLE color: 6825064.

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

Color convert

RGB 104 36 104 -
CMYK 0 0.65 0 0.59
HSL 300º 0.49% 0.27% -
HSV(B) 300º 0.65% 0.41% -
XYZ 8.84 5.2 13.64 -
YUV 64.08 150.53 156.47 -
System Red Green Blue C M Y K H S L
Decimal 104 36 104 0 0.65 0 0.59 300 0.49 0.27
Hex 68 24 68 0 41 0 3B 12C 31 1B
Octal 150 44 150 0 101 0 73 454 61 33
Binary 1101000 100100 1101000 0 1000001 0 111011 100101100 110001 11011

Color Harmonies of #682468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682468

Black with #682468

Text Example


Text Example

White with #682468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682468; }

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

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

background-color css

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

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

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

border-color css

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

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

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