Html Css Color HEX #683B95 Royal Purple

📋 copy color: '#683B95'

red 104 ◦ green 59 ◦ blue 149

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

Shades of Royal Purple #683B95

Tints of Royal Purple #683B95

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.91%

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

R = 33.33%
G = 18.91%
B = 47.76%

CMYK

 C value IS 0.30

 M value IS 0.60

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#683B95 (or 0x683B95) is known color: Royal Purple. HEX triplet: 68, 3B and 95. RGB value is (104,59,149). Sum of RGB (Red+Green+Blue) = 104+59+149=312 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.33% from 312); Green value is 59 (23.44% from 255 or 18.91% from 312); Blue value is 149 (58.59% from 255 or 47.76% from 312); Max value from RGB is 149 - color contains mainly: blue. Hex color #683B95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #683B95 is #97C46A. Grayscale: #525252. Windows color (decimal): -9946219 or 9780072. OLE color: 9780072.

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

Color convert

RGB 104 59 149 -
CMYK 0.30 0.60 0 0.42
HSL 270º 0.43% 0.41% -
HSV(B) 270º 0.6% 0.58% -
XYZ 12.7 8.24 29.36 -
YUV 82.72 165.41 143.18 -
System Red Green Blue C M Y K H S L
Decimal 104 59 149 0.30 0.60 0 0.42 270 0.43 0.41
Hex 68 3B 95 1E 3C 0 2A 10E 2B 29
Octal 150 73 225 36 74 0 52 416 53 51
Binary 1101000 111011 10010101 11110 111100 0 101010 100001110 101011 101001

Color Harmonies of #683B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683B95

Black with #683B95

Text Example


Text Example

White with #683B95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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