Html Css Color HEX #683094 Royal Purple

📋 copy color: '#683094'

red 104 ◦ green 48 ◦ blue 148

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

Shades of Royal Purple #683094

Tints of Royal Purple #683094

RGB

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

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

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

R = 34.67%
G = 16%
B = 49.33%

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

#683094 (or 0x683094) is known color: Royal Purple. HEX triplet: 68, 30 and 94. RGB value is (104,48,148). Sum of RGB (Red+Green+Blue) = 104+48+148=300 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.67% from 300); Green value is 48 (19.14% from 255 or 16% from 300); Blue value is 148 (58.20% from 255 or 49.33% from 300); Max value from RGB is 148 - color contains mainly: blue. Hex color #683094 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #683094 is #97CF6B. Grayscale: #4B4B4B. Windows color (decimal): -9949036 or 9711720. OLE color: 9711720.

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

Color convert

RGB 104 48 148 -
CMYK 0.30 0.68 0 0.42
HSL 273.6º 0.51% 0.38% -
HSV(B) 273.6º 0.68% 0.58% -
XYZ 12.11 7.2 28.77 -
YUV 76.14 168.55 147.87 -
System Red Green Blue C M Y K H S L
Decimal 104 48 148 0.30 0.68 0 0.42 273.6 0.51 0.38
Hex 68 30 94 1E 44 0 2A 112 33 26
Octal 150 60 224 36 104 0 52 422 63 46
Binary 1101000 110000 10010100 11110 1000100 0 101010 100010010 110011 100110

Color Harmonies of #683094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683094

Black with #683094

Text Example


Text Example

White with #683094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683094; }

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

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

background-color css

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

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

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

border-color css

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

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

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