Html Css Color HEX #682260 Palatinate Purple

📋 copy color: '#682260'

red 104 ◦ green 34 ◦ blue 96

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

Shades of Palatinate Purple #682260

Tints of Palatinate Purple #682260

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.53%

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

R = 44.44%
G = 14.53%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.08

 K value IS 0.59

RGB Variations

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

Color information

#682260 (or 0x682260) is known color: Palatinate Purple. HEX triplet: 68, 22 and 60. RGB value is (104,34,96). Sum of RGB (Red+Green+Blue) = 104+34+96=234 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.44% from 234); Green value is 34 (13.67% from 255 or 14.53% from 234); Blue value is 96 (37.89% from 255 or 41.03% from 234); Max value from RGB is 104 - color contains mainly: red. Hex color #682260 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682260 is #97DD9F. Grayscale: #3D3D3D. Windows color (decimal): -9952672 or 6300264. OLE color: 6300264.

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

Color convert

RGB 104 34 96 -
CMYK 0 0.67 0.08 0.59
HSL 306.86º 0.51% 0.27% -
HSV(B) 306.86º 0.67% 0.41% -
XYZ 8.39 4.93 11.58 -
YUV 62 147.19 157.96 -
System Red Green Blue C M Y K H S L
Decimal 104 34 96 0 0.67 0.08 0.59 306.86 0.51 0.27
Hex 68 22 60 0 43 8 3B 133 33 1B
Octal 150 42 140 0 103 10 73 463 63 33
Binary 1101000 100010 1100000 0 1000011 1000 111011 100110011 110011 11011

Color Harmonies of #682260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682260

Black with #682260

Text Example


Text Example

White with #682260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682260; }

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

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

background-color css

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

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

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

border-color css

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

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

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