Html Css Color HEX #683562 Palatinate Purple

📋 copy color: '#683562'

red 104 ◦ green 53 ◦ blue 98

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

Shades of Palatinate Purple #683562

Tints of Palatinate Purple #683562

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.78%

 BLUE value IS 98 (38.67% from 255) = 38.43%

R = 40.78%
G = 20.78%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.06

 K value IS 0.59

RGB Variations

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

Color information

#683562 (or 0x683562) is known color: Palatinate Purple. HEX triplet: 68, 35 and 62. RGB value is (104,53,98). Sum of RGB (Red+Green+Blue) = 104+53+98=255 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.78% from 255); Green value is 53 (21.09% from 255 or 20.78% from 255); Blue value is 98 (38.67% from 255 or 38.43% from 255); Max value from RGB is 104 - color contains mainly: red. Hex color #683562 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683562 is #97CA9D. Grayscale: #494949. Windows color (decimal): -9947806 or 6436200. OLE color: 6436200.

HSL color Cylindrical-coordinate representation of color #683562: hue angle of 307.06º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #683562 is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 53 98 -
CMYK 0 0.49 0.06 0.59
HSL 307.06º 0.32% 0.31% -
HSV(B) 307.06º 0.49% 0.41% -
XYZ 9.19 6.37 12.3 -
YUV 73.38 141.9 149.84 -
System Red Green Blue C M Y K H S L
Decimal 104 53 98 0 0.49 0.06 0.59 307.06 0.32 0.31
Hex 68 35 62 0 31 6 3B 133 20 1F
Octal 150 65 142 0 61 6 73 463 40 37
Binary 1101000 110101 1100010 0 110001 110 111011 100110011 100000 11111

Color Harmonies of #683562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683562

Black with #683562

Text Example


Text Example

White with #683562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683562; }

 p { color: rgb(104,53,98); }

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

background-color css

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

 a { background-color: rgb(104,53,98); }

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

border-color css

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

 span { border-color: rgb(104,53,98); }

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