Html Css Color HEX #684093 Royal Purple

📋 copy color: '#684093'

red 104 ◦ green 64 ◦ blue 147

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

Shades of Royal Purple #684093

Tints of Royal Purple #684093

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.32%

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

R = 33.02%
G = 20.32%
B = 46.67%

CMYK

 C value IS 0.29

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#684093 (or 0x684093) is known color: Royal Purple. HEX triplet: 68, 40 and 93. RGB value is (104,64,147). Sum of RGB (Red+Green+Blue) = 104+64+147=315 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.02% from 315); Green value is 64 (25.39% from 255 or 20.32% from 315); Blue value is 147 (57.81% from 255 or 46.67% from 315); Max value from RGB is 147 - color contains mainly: blue. Hex color #684093 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684093 is #97BF6C. Grayscale: #555555. Windows color (decimal): -9944941 or 9650280. OLE color: 9650280.

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

Color convert

RGB 104 64 147 -
CMYK 0.29 0.56 0 0.42
HSL 268.92º 0.39% 0.41% -
HSV(B) 268.92º 0.56% 0.58% -
XYZ 12.81 8.72 28.61 -
YUV 85.42 162.75 141.25 -
System Red Green Blue C M Y K H S L
Decimal 104 64 147 0.29 0.56 0 0.42 268.92 0.39 0.41
Hex 68 40 93 1D 38 0 2A 10D 27 29
Octal 150 100 223 35 70 0 52 415 47 51
Binary 1101000 1000000 10010011 11101 111000 0 101010 100001101 100111 101001

Color Harmonies of #684093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684093

Black with #684093

Text Example


Text Example

White with #684093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684093; }

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

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

background-color css

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

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

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

border-color css

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

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

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