Html Css Color HEX #682161 Palatinate Purple

📋 copy color: '#682161'

red 104 ◦ green 33 ◦ blue 97

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

Shades of Palatinate Purple #682161

Tints of Palatinate Purple #682161

RGB

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

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

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

R = 44.44%
G = 14.1%
B = 41.45%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.07

 K value IS 0.59

RGB Variations

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

Color information

#682161 (or 0x682161) is known color: Palatinate Purple. HEX triplet: 68, 21 and 61. RGB value is (104,33,97). Sum of RGB (Red+Green+Blue) = 104+33+97=234 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.44% from 234); Green value is 33 (13.28% from 255 or 14.10% from 234); Blue value is 97 (38.28% from 255 or 41.45% from 234); Max value from RGB is 104 - color contains mainly: red. Hex color #682161 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682161 is #97DE9E. Grayscale: #3D3D3D. Windows color (decimal): -9952927 or 6365544. OLE color: 6365544.

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

Color convert

RGB 104 33 97 -
CMYK 0 0.68 0.07 0.59
HSL 305.92º 0.52% 0.27% -
HSV(B) 305.92º 0.68% 0.41% -
XYZ 8.41 4.89 11.81 -
YUV 61.53 148.02 158.3 -
System Red Green Blue C M Y K H S L
Decimal 104 33 97 0 0.68 0.07 0.59 305.92 0.52 0.27
Hex 68 21 61 0 44 7 3B 132 34 1B
Octal 150 41 141 0 104 7 73 462 64 33
Binary 1101000 100001 1100001 0 1000100 111 111011 100110010 110100 11011

Color Harmonies of #682161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682161

Black with #682161

Text Example


Text Example

White with #682161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682161; }

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

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

background-color css

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

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

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

border-color css

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

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

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