Html Css Color HEX #682460 Palatinate Purple

📋 copy color: '#682460'

red 104 ◦ green 36 ◦ blue 96

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

Shades of Palatinate Purple #682460

Tints of Palatinate Purple #682460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 40.68%

R = 44.07%
G = 15.25%
B = 40.68%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.08

 K value IS 0.59

RGB Variations

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

Color information

#682460 (or 0x682460) is known color: Palatinate Purple. HEX triplet: 68, 24 and 60. RGB value is (104,36,96). Sum of RGB (Red+Green+Blue) = 104+36+96=236 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.07% from 236); Green value is 36 (14.45% from 255 or 15.25% from 236); Blue value is 96 (37.89% from 255 or 40.68% from 236); Max value from RGB is 104 - color contains mainly: red. Hex color #682460 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682460 is #97DB9F. Grayscale: #3F3F3F. Windows color (decimal): -9952160 or 6300776. OLE color: 6300776.

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

Color convert

RGB 104 36 96 -
CMYK 0 0.65 0.08 0.59
HSL 307.06º 0.49% 0.27% -
HSV(B) 307.06º 0.65% 0.41% -
XYZ 8.45 5.05 11.6 -
YUV 63.17 146.53 157.12 -
System Red Green Blue C M Y K H S L
Decimal 104 36 96 0 0.65 0.08 0.59 307.06 0.49 0.27
Hex 68 24 60 0 41 8 3B 133 31 1B
Octal 150 44 140 0 101 10 73 463 61 33
Binary 1101000 100100 1100000 0 1000001 1000 111011 100110011 110001 11011

Color Harmonies of #682460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682460

Black with #682460

Text Example


Text Example

White with #682460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682460; }

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

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

background-color css

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

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

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

border-color css

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

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

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