Html Css Color HEX #682261 Palatinate Purple

📋 copy color: '#682261'

red 104 ◦ green 34 ◦ blue 97

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

Shades of Palatinate Purple #682261

Tints of Palatinate Purple #682261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 41.28%

R = 44.26%
G = 14.47%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.07

 K value IS 0.59

RGB Variations

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

Color information

#682261 (or 0x682261) is known color: Palatinate Purple. HEX triplet: 68, 22 and 61. RGB value is (104,34,97). Sum of RGB (Red+Green+Blue) = 104+34+97=235 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.26% from 235); Green value is 34 (13.67% from 255 or 14.47% from 235); Blue value is 97 (38.28% from 255 or 41.28% from 235); Max value from RGB is 104 - color contains mainly: red. Hex color #682261 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682261 is #97DD9E. Grayscale: #3D3D3D. Windows color (decimal): -9952671 or 6365800. OLE color: 6365800.

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

Color convert

RGB 104 34 97 -
CMYK 0 0.67 0.07 0.59
HSL 306º 0.51% 0.27% -
HSV(B) 306º 0.67% 0.41% -
XYZ 8.44 4.95 11.82 -
YUV 62.11 147.69 157.88 -
System Red Green Blue C M Y K H S L
Decimal 104 34 97 0 0.67 0.07 0.59 306 0.51 0.27
Hex 68 22 61 0 43 7 3B 132 33 1B
Octal 150 42 141 0 103 7 73 462 63 33
Binary 1101000 100010 1100001 0 1000011 111 111011 100110010 110011 11011

Color Harmonies of #682261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682261

Black with #682261

Text Example


Text Example

White with #682261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682261; }

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

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

background-color css

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

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

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

border-color css

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

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

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