Html Css Color HEX #683496 Royal Purple

📋 copy color: '#683496'

red 104 ◦ green 52 ◦ blue 150

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

Shades of Royal Purple #683496

Tints of Royal Purple #683496

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.99%

 BLUE value IS 150 (58.98% from 255) = 49.02%

R = 33.99%
G = 16.99%
B = 49.02%

CMYK

 C value IS 0.31

 M value IS 0.65

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#683496 (or 0x683496) is known color: Royal Purple. HEX triplet: 68, 34 and 96. RGB value is (104,52,150). Sum of RGB (Red+Green+Blue) = 104+52+150=306 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.99% from 306); Green value is 52 (20.70% from 255 or 16.99% from 306); Blue value is 150 (58.98% from 255 or 49.02% from 306); Max value from RGB is 150 - color contains mainly: blue. Hex color #683496 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #683496 is #97CB69. Grayscale: #4E4E4E. Windows color (decimal): -9948010 or 9843816. OLE color: 9843816.

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

Color convert

RGB 104 52 150 -
CMYK 0.31 0.65 0 0.41
HSL 271.84º 0.49% 0.4% -
HSV(B) 271.84º 0.65% 0.59% -
XYZ 12.44 7.6 29.67 -
YUV 78.72 168.23 146.03 -
System Red Green Blue C M Y K H S L
Decimal 104 52 150 0.31 0.65 0 0.41 271.84 0.49 0.4
Hex 68 34 96 1F 41 0 29 110 31 28
Octal 150 64 226 37 101 0 51 420 61 50
Binary 1101000 110100 10010110 11111 1000001 0 101001 100010000 110001 101000

Color Harmonies of #683496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683496

Black with #683496

Text Example


Text Example

White with #683496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683496; }

 p { color: rgb(104,52,150); }

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

background-color css

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

 a { background-color: rgb(104,52,150); }

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

border-color css

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

 span { border-color: rgb(104,52,150); }

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