Html Css Color HEX #684090 Royal Purple

📋 copy color: '#684090'

red 104 ◦ green 64 ◦ blue 144

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

Shades of Royal Purple #684090

Tints of Royal Purple #684090

RGB

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

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

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

R = 33.33%
G = 20.51%
B = 46.15%

CMYK

 C value IS 0.28

 M value IS 0.56

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#684090 (or 0x684090) is known color: Royal Purple. HEX triplet: 68, 40 and 90. RGB value is (104,64,144). Sum of RGB (Red+Green+Blue) = 104+64+144=312 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.33% from 312); Green value is 64 (25.39% from 255 or 20.51% from 312); Blue value is 144 (56.64% from 255 or 46.15% from 312); Max value from RGB is 144 - color contains mainly: blue. Hex color #684090 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684090 is #97BF6F. Grayscale: #545454. Windows color (decimal): -9944944 or 9453672. OLE color: 9453672.

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

Color convert

RGB 104 64 144 -
CMYK 0.28 0.56 0 0.44
HSL 270º 0.38% 0.41% -
HSV(B) 270º 0.56% 0.56% -
XYZ 12.58 8.62 27.39 -
YUV 85.08 161.25 141.5 -
System Red Green Blue C M Y K H S L
Decimal 104 64 144 0.28 0.56 0 0.44 270 0.38 0.41
Hex 68 40 90 1C 38 0 2C 10E 26 29
Octal 150 100 220 34 70 0 54 416 46 51
Binary 1101000 1000000 10010000 11100 111000 0 101100 100001110 100110 101001

Color Harmonies of #684090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684090

Black with #684090

Text Example


Text Example

White with #684090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684090; }

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

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

background-color css

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

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

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

border-color css

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

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

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