Html Css Color HEX #683995 Royal Purple

📋 copy color: '#683995'

red 104 ◦ green 57 ◦ blue 149

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

Shades of Royal Purple #683995

Tints of Royal Purple #683995

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.39%

 BLUE value IS 149 (58.59% from 255) = 48.06%

R = 33.55%
G = 18.39%
B = 48.06%

CMYK

 C value IS 0.30

 M value IS 0.62

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#683995 (or 0x683995) is known color: Royal Purple. HEX triplet: 68, 39 and 95. RGB value is (104,57,149). Sum of RGB (Red+Green+Blue) = 104+57+149=310 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.55% from 310); Green value is 57 (22.66% from 255 or 18.39% from 310); Blue value is 149 (58.59% from 255 or 48.06% from 310); Max value from RGB is 149 - color contains mainly: blue. Hex color #683995 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #683995 is #97C66A. Grayscale: #515151. Windows color (decimal): -9946731 or 9779560. OLE color: 9779560.

HSL color Cylindrical-coordinate representation of color #683995: hue angle of 270.65º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #683995 is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 104 57 149 -
CMYK 0.30 0.62 0 0.42
HSL 270.65º 0.45% 0.4% -
HSV(B) 270.65º 0.62% 0.58% -
XYZ 12.6 8.04 29.32 -
YUV 81.54 166.07 144.02 -
System Red Green Blue C M Y K H S L
Decimal 104 57 149 0.30 0.62 0 0.42 270.65 0.45 0.4
Hex 68 39 95 1E 3E 0 2A 10F 2D 28
Octal 150 71 225 36 76 0 52 417 55 50
Binary 1101000 111001 10010101 11110 111110 0 101010 100001111 101101 101000

Color Harmonies of #683995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683995

Black with #683995

Text Example


Text Example

White with #683995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683995; }

 p { color: rgb(104,57,149); }

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

background-color css

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

 a { background-color: rgb(104,57,149); }

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

border-color css

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

 span { border-color: rgb(104,57,149); }

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