Html Css Color HEX #683093 Royal Purple

📋 copy color: '#683093'

red 104 ◦ green 48 ◦ blue 147

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

Shades of Royal Purple #683093

Tints of Royal Purple #683093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 49.16%

R = 34.78%
G = 16.05%
B = 49.16%

CMYK

 C value IS 0.29

 M value IS 0.67

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#683093 (or 0x683093) is known color: Royal Purple. HEX triplet: 68, 30 and 93. RGB value is (104,48,147). Sum of RGB (Red+Green+Blue) = 104+48+147=299 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.78% from 299); Green value is 48 (19.14% from 255 or 16.05% from 299); Blue value is 147 (57.81% from 255 or 49.16% from 299); Max value from RGB is 147 - color contains mainly: blue. Hex color #683093 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #683093 is #97CF6C. Grayscale: #4B4B4B. Windows color (decimal): -9949037 or 9646184. OLE color: 9646184.

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

Color convert

RGB 104 48 147 -
CMYK 0.29 0.67 0 0.42
HSL 273.94º 0.51% 0.38% -
HSV(B) 273.94º 0.67% 0.58% -
XYZ 12.03 7.16 28.35 -
YUV 76.03 168.05 147.95 -
System Red Green Blue C M Y K H S L
Decimal 104 48 147 0.29 0.67 0 0.42 273.94 0.51 0.38
Hex 68 30 93 1D 43 0 2A 112 33 26
Octal 150 60 223 35 103 0 52 422 63 46
Binary 1101000 110000 10010011 11101 1000011 0 101010 100010010 110011 100110

Color Harmonies of #683093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683093

Black with #683093

Text Example


Text Example

White with #683093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683093; }

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

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

background-color css

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

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

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

border-color css

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

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

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