Html Css Color HEX #682163 Palatinate Purple

📋 copy color: '#682163'

red 104 ◦ green 33 ◦ blue 99

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

Shades of Palatinate Purple #682163

Tints of Palatinate Purple #682163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 41.95%

R = 44.07%
G = 13.98%
B = 41.95%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.05

 K value IS 0.59

RGB Variations

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

Color information

#682163 (or 0x682163) is known color: Palatinate Purple. HEX triplet: 68, 21 and 63. RGB value is (104,33,99). Sum of RGB (Red+Green+Blue) = 104+33+99=236 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.07% from 236); Green value is 33 (13.28% from 255 or 13.98% from 236); Blue value is 99 (39.06% from 255 or 41.95% from 236); Max value from RGB is 104 - color contains mainly: red. Hex color #682163 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682163 is #97DE9C. Grayscale: #3D3D3D. Windows color (decimal): -9952925 or 6496616. OLE color: 6496616.

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

Color convert

RGB 104 33 99 -
CMYK 0 0.68 0.05 0.59
HSL 304.23º 0.52% 0.27% -
HSV(B) 304.23º 0.68% 0.41% -
XYZ 8.5 4.93 12.31 -
YUV 61.75 149.02 158.13 -
System Red Green Blue C M Y K H S L
Decimal 104 33 99 0 0.68 0.05 0.59 304.23 0.52 0.27
Hex 68 21 63 0 44 5 3B 130 34 1B
Octal 150 41 143 0 104 5 73 460 64 33
Binary 1101000 100001 1100011 0 1000100 101 111011 100110000 110100 11011

Color Harmonies of #682163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682163

Black with #682163

Text Example


Text Example

White with #682163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682163; }

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

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

background-color css

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

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

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

border-color css

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

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

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