Html Css Color HEX #683095 Royal Purple

📋 copy color: '#683095'

red 104 ◦ green 48 ◦ blue 149

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

Shades of Royal Purple #683095

Tints of Royal Purple #683095

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.95%

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

R = 34.55%
G = 15.95%
B = 49.5%

CMYK

 C value IS 0.30

 M value IS 0.68

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#683095 (or 0x683095) is known color: Royal Purple. HEX triplet: 68, 30 and 95. RGB value is (104,48,149). Sum of RGB (Red+Green+Blue) = 104+48+149=301 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.55% from 301); Green value is 48 (19.14% from 255 or 15.95% from 301); Blue value is 149 (58.59% from 255 or 49.50% from 301); Max value from RGB is 149 - color contains mainly: blue. Hex color #683095 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #683095 is #97CF6A. Grayscale: #4B4B4B. Windows color (decimal): -9949035 or 9777256. OLE color: 9777256.

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

Color convert

RGB 104 48 149 -
CMYK 0.30 0.68 0 0.42
HSL 273.27º 0.51% 0.39% -
HSV(B) 273.27º 0.68% 0.58% -
XYZ 12.19 7.23 29.19 -
YUV 76.26 169.05 147.79 -
System Red Green Blue C M Y K H S L
Decimal 104 48 149 0.30 0.68 0 0.42 273.27 0.51 0.39
Hex 68 30 95 1E 44 0 2A 111 33 27
Octal 150 60 225 36 104 0 52 421 63 47
Binary 1101000 110000 10010101 11110 1000100 0 101010 100010001 110011 100111

Color Harmonies of #683095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683095

Black with #683095

Text Example


Text Example

White with #683095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683095; }

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

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

background-color css

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

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

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

border-color css

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

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

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