Html Css Color HEX #682363 Palatinate Purple

📋 copy color: '#682363'

red 104 ◦ green 35 ◦ blue 99

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

Shades of Palatinate Purple #682363

Tints of Palatinate Purple #682363

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.71%

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

R = 43.7%
G = 14.71%
B = 41.6%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.05

 K value IS 0.59

RGB Variations

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

Color information

#682363 (or 0x682363) is known color: Palatinate Purple. HEX triplet: 68, 23 and 63. RGB value is (104,35,99). Sum of RGB (Red+Green+Blue) = 104+35+99=238 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.70% from 238); Green value is 35 (14.06% from 255 or 14.71% from 238); Blue value is 99 (39.06% from 255 or 41.60% from 238); Max value from RGB is 104 - color contains mainly: red. Hex color #682363 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682363 is #97DC9C. Grayscale: #3E3E3E. Windows color (decimal): -9952413 or 6497128. OLE color: 6497128.

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

Color convert

RGB 104 35 99 -
CMYK 0 0.66 0.05 0.59
HSL 304.35º 0.5% 0.27% -
HSV(B) 304.35º 0.66% 0.41% -
XYZ 8.56 5.05 12.33 -
YUV 62.93 148.36 157.3 -
System Red Green Blue C M Y K H S L
Decimal 104 35 99 0 0.66 0.05 0.59 304.35 0.5 0.27
Hex 68 23 63 0 42 5 3B 130 32 1B
Octal 150 43 143 0 102 5 73 460 62 33
Binary 1101000 100011 1100011 0 1000010 101 111011 100110000 110010 11011

Color Harmonies of #682363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682363

Black with #682363

Text Example


Text Example

White with #682363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682363; }

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

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

background-color css

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

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

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

border-color css

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

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

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