Html Css Color HEX #683E95 Royal Purple

📋 copy color: '#683E95'

red 104 ◦ green 62 ◦ blue 149

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

Shades of Royal Purple #683E95

Tints of Royal Purple #683E95

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.68%

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

R = 33.02%
G = 19.68%
B = 47.3%

CMYK

 C value IS 0.30

 M value IS 0.58

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#683E95 (or 0x683E95) is known color: Royal Purple. HEX triplet: 68, 3E and 95. RGB value is (104,62,149). Sum of RGB (Red+Green+Blue) = 104+62+149=315 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.02% from 315); Green value is 62 (24.61% from 255 or 19.68% from 315); Blue value is 149 (58.59% from 255 or 47.30% from 315); Max value from RGB is 149 - color contains mainly: blue. Hex color #683E95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #683E95 is #97C16A. Grayscale: #545454. Windows color (decimal): -9945451 or 9780840. OLE color: 9780840.

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

Color convert

RGB 104 62 149 -
CMYK 0.30 0.58 0 0.42
HSL 268.97º 0.41% 0.41% -
HSV(B) 268.97º 0.58% 0.58% -
XYZ 12.86 8.56 29.41 -
YUV 84.48 164.41 141.93 -
System Red Green Blue C M Y K H S L
Decimal 104 62 149 0.30 0.58 0 0.42 268.97 0.41 0.41
Hex 68 3E 95 1E 3A 0 2A 10D 29 29
Octal 150 76 225 36 72 0 52 415 51 51
Binary 1101000 111110 10010101 11110 111010 0 101010 100001101 101001 101001

Color Harmonies of #683E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683E95

Black with #683E95

Text Example


Text Example

White with #683E95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683E95; }

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

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

background-color css

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

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

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

border-color css

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

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

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