Html Css Color HEX #683194 Royal Purple

📋 copy color: '#683194'

red 104 ◦ green 49 ◦ blue 148

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

Shades of Royal Purple #683194

Tints of Royal Purple #683194

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.28%

 BLUE value IS 148 (58.2% from 255) = 49.17%

R = 34.55%
G = 16.28%
B = 49.17%

CMYK

 C value IS 0.30

 M value IS 0.67

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#683194 (or 0x683194) is known color: Royal Purple. HEX triplet: 68, 31 and 94. RGB value is (104,49,148). Sum of RGB (Red+Green+Blue) = 104+49+148=301 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.55% from 301); Green value is 49 (19.53% from 255 or 16.28% from 301); Blue value is 148 (58.20% from 255 or 49.17% from 301); Max value from RGB is 148 - color contains mainly: blue. Hex color #683194 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #683194 is #97CE6B. Grayscale: #4C4C4C. Windows color (decimal): -9948780 or 9711976. OLE color: 9711976.

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

Color convert

RGB 104 49 148 -
CMYK 0.30 0.67 0 0.42
HSL 273.33º 0.5% 0.39% -
HSV(B) 273.33º 0.67% 0.58% -
XYZ 12.15 7.28 28.78 -
YUV 76.73 168.22 147.45 -
System Red Green Blue C M Y K H S L
Decimal 104 49 148 0.30 0.67 0 0.42 273.33 0.5 0.39
Hex 68 31 94 1E 43 0 2A 111 32 27
Octal 150 61 224 36 103 0 52 421 62 47
Binary 1101000 110001 10010100 11110 1000011 0 101010 100010001 110010 100111

Color Harmonies of #683194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683194

Black with #683194

Text Example


Text Example

White with #683194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683194; }

 p { color: rgb(104,49,148); }

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

background-color css

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

 a { background-color: rgb(104,49,148); }

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

border-color css

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

 span { border-color: rgb(104,49,148); }

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