Html Css Color HEX #683D95 Royal Purple

📋 copy color: '#683D95'

red 104 ◦ green 61 ◦ blue 149

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

Shades of Royal Purple #683D95

Tints of Royal Purple #683D95

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.43%

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

R = 33.12%
G = 19.43%
B = 47.45%

CMYK

 C value IS 0.30

 M value IS 0.59

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#683D95 (or 0x683D95) is known color: Royal Purple. HEX triplet: 68, 3D and 95. RGB value is (104,61,149). Sum of RGB (Red+Green+Blue) = 104+61+149=314 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.12% from 314); Green value is 61 (24.22% from 255 or 19.43% from 314); Blue value is 149 (58.59% from 255 or 47.45% from 314); Max value from RGB is 149 - color contains mainly: blue. Hex color #683D95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #683D95 is #97C26A. Grayscale: #535353. Windows color (decimal): -9945707 or 9780584. OLE color: 9780584.

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

Color convert

RGB 104 61 149 -
CMYK 0.30 0.59 0 0.42
HSL 269.32º 0.42% 0.41% -
HSV(B) 269.32º 0.59% 0.58% -
XYZ 12.8 8.45 29.39 -
YUV 83.89 164.75 142.34 -
System Red Green Blue C M Y K H S L
Decimal 104 61 149 0.30 0.59 0 0.42 269.32 0.42 0.41
Hex 68 3D 95 1E 3B 0 2A 10D 2A 29
Octal 150 75 225 36 73 0 52 415 52 51
Binary 1101000 111101 10010101 11110 111011 0 101010 100001101 101010 101001

Color Harmonies of #683D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683D95

Black with #683D95

Text Example


Text Example

White with #683D95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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