Html Css Color HEX #684590 Royal Purple

📋 copy color: '#684590'

red 104 ◦ green 69 ◦ blue 144

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

Shades of Royal Purple #684590

Tints of Royal Purple #684590

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.77%

 BLUE value IS 144 (56.64% from 255) = 45.43%

R = 32.81%
G = 21.77%
B = 45.43%

CMYK

 C value IS 0.28

 M value IS 0.52

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#684590 (or 0x684590) is known color: Royal Purple. HEX triplet: 68, 45 and 90. RGB value is (104,69,144). Sum of RGB (Red+Green+Blue) = 104+69+144=317 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.81% from 317); Green value is 69 (27.34% from 255 or 21.77% from 317); Blue value is 144 (56.64% from 255 or 45.43% from 317); Max value from RGB is 144 - color contains mainly: blue. Hex color #684590 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684590 is #97BA6F. Grayscale: #575757. Windows color (decimal): -9943664 or 9454952. OLE color: 9454952.

HSL color Cylindrical-coordinate representation of color #684590: hue angle of 268º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #684590 is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 104 69 144 -
CMYK 0.28 0.52 0 0.44
HSL 268º 0.35% 0.42% -
HSV(B) 268º 0.52% 0.56% -
XYZ 12.87 9.21 27.49 -
YUV 88.02 159.6 139.4 -
System Red Green Blue C M Y K H S L
Decimal 104 69 144 0.28 0.52 0 0.44 268 0.35 0.42
Hex 68 45 90 1C 34 0 2C 10C 23 2A
Octal 150 105 220 34 64 0 54 414 43 52
Binary 1101000 1000101 10010000 11100 110100 0 101100 100001100 100011 101010

Color Harmonies of #684590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684590

Black with #684590

Text Example


Text Example

White with #684590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684590; }

 p { color: rgb(104,69,144); }

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

background-color css

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

 a { background-color: rgb(104,69,144); }

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

border-color css

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

 span { border-color: rgb(104,69,144); }

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