Html Css Color HEX #684291 Royal Purple

📋 copy color: '#684291'

red 104 ◦ green 66 ◦ blue 145

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

Shades of Royal Purple #684291

Tints of Royal Purple #684291

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.95%

 BLUE value IS 145 (57.03% from 255) = 46.03%

R = 33.02%
G = 20.95%
B = 46.03%

CMYK

 C value IS 0.28

 M value IS 0.54

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#684291 (or 0x684291) is known color: Royal Purple. HEX triplet: 68, 42 and 91. RGB value is (104,66,145). Sum of RGB (Red+Green+Blue) = 104+66+145=315 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.02% from 315); Green value is 66 (26.17% from 255 or 20.95% from 315); Blue value is 145 (57.03% from 255 or 46.03% from 315); Max value from RGB is 145 - color contains mainly: blue. Hex color #684291 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684291 is #97BD6E. Grayscale: #565656. Windows color (decimal): -9944431 or 9519720. OLE color: 9519720.

HSL color Cylindrical-coordinate representation of color #684291: hue angle of 268.86º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #684291 is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 104 66 145 -
CMYK 0.28 0.54 0 0.43
HSL 268.86º 0.37% 0.41% -
HSV(B) 268.86º 0.54% 0.57% -
XYZ 12.77 8.88 27.83 -
YUV 86.37 161.09 140.58 -
System Red Green Blue C M Y K H S L
Decimal 104 66 145 0.28 0.54 0 0.43 268.86 0.37 0.41
Hex 68 42 91 1C 36 0 2B 10D 25 29
Octal 150 102 221 34 66 0 53 415 45 51
Binary 1101000 1000010 10010001 11100 110110 0 101011 100001101 100101 101001

Color Harmonies of #684291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684291

Black with #684291

Text Example


Text Example

White with #684291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684291; }

 p { color: rgb(104,66,145); }

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

background-color css

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

 a { background-color: rgb(104,66,145); }

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

border-color css

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

 span { border-color: rgb(104,66,145); }

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