Html Css Color HEX #684190 Royal Purple

📋 copy color: '#684190'

red 104 ◦ green 65 ◦ blue 144

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

Shades of Royal Purple #684190

Tints of Royal Purple #684190

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.77%

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

R = 33.23%
G = 20.77%
B = 46.01%

CMYK

 C value IS 0.28

 M value IS 0.55

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#684190 (or 0x684190) is known color: Royal Purple. HEX triplet: 68, 41 and 90. RGB value is (104,65,144). Sum of RGB (Red+Green+Blue) = 104+65+144=313 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.23% from 313); Green value is 65 (25.78% from 255 or 20.77% from 313); Blue value is 144 (56.64% from 255 or 46.01% from 313); Max value from RGB is 144 - color contains mainly: blue. Hex color #684190 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684190 is #97BE6F. Grayscale: #555555. Windows color (decimal): -9944688 or 9453928. OLE color: 9453928.

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

Color convert

RGB 104 65 144 -
CMYK 0.28 0.55 0 0.44
HSL 269.62º 0.38% 0.41% -
HSV(B) 269.62º 0.55% 0.56% -
XYZ 12.63 8.74 27.41 -
YUV 85.67 160.92 141.08 -
System Red Green Blue C M Y K H S L
Decimal 104 65 144 0.28 0.55 0 0.44 269.62 0.38 0.41
Hex 68 41 90 1C 37 0 2C 10E 26 29
Octal 150 101 220 34 67 0 54 416 46 51
Binary 1101000 1000001 10010000 11100 110111 0 101100 100001110 100110 101001

Color Harmonies of #684190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684190

Black with #684190

Text Example


Text Example

White with #684190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684190; }

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

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

background-color css

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

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

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

border-color css

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

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

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