Html Css Color HEX #683493 Royal Purple

📋 copy color: '#683493'

red 104 ◦ green 52 ◦ blue 147

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

Shades of Royal Purple #683493

Tints of Royal Purple #683493

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.16%

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

R = 34.32%
G = 17.16%
B = 48.51%

CMYK

 C value IS 0.29

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#683493 (or 0x683493) is known color: Royal Purple. HEX triplet: 68, 34 and 93. RGB value is (104,52,147). Sum of RGB (Red+Green+Blue) = 104+52+147=303 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.32% from 303); Green value is 52 (20.70% from 255 or 17.16% from 303); Blue value is 147 (57.81% from 255 or 48.51% from 303); Max value from RGB is 147 - color contains mainly: blue. Hex color #683493 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #683493 is #97CB6C. Grayscale: #4E4E4E. Windows color (decimal): -9948013 or 9647208. OLE color: 9647208.

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

Color convert

RGB 104 52 147 -
CMYK 0.29 0.65 0 0.42
HSL 272.84º 0.48% 0.39% -
HSV(B) 272.84º 0.65% 0.58% -
XYZ 12.2 7.51 28.41 -
YUV 78.38 166.73 146.28 -
System Red Green Blue C M Y K H S L
Decimal 104 52 147 0.29 0.65 0 0.42 272.84 0.48 0.39
Hex 68 34 93 1D 41 0 2A 111 30 27
Octal 150 64 223 35 101 0 52 421 60 47
Binary 1101000 110100 10010011 11101 1000001 0 101010 100010001 110000 100111

Color Harmonies of #683493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683493

Black with #683493

Text Example


Text Example

White with #683493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683493; }

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

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

background-color css

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

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

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

border-color css

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

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

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