Html Css Color HEX #684198 Royal Purple

📋 copy color: '#684198'

red 104 ◦ green 65 ◦ blue 152

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

Shades of Royal Purple #684198

Tints of Royal Purple #684198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 47.35%

R = 32.4%
G = 20.25%
B = 47.35%

CMYK

 C value IS 0.32

 M value IS 0.57

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#684198 (or 0x684198) is known color: Royal Purple. HEX triplet: 68, 41 and 98. RGB value is (104,65,152). Sum of RGB (Red+Green+Blue) = 104+65+152=321 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.40% from 321); Green value is 65 (25.78% from 255 or 20.25% from 321); Blue value is 152 (59.77% from 255 or 47.35% from 321); Max value from RGB is 152 - color contains mainly: blue. Hex color #684198 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684198 is #97BE67. Grayscale: #565656. Windows color (decimal): -9944680 or 9978216. OLE color: 9978216.

HSL color Cylindrical-coordinate representation of color #684198: hue angle of 266.9º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #684198 is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 104 65 152 -
CMYK 0.32 0.57 0 0.40
HSL 266.9º 0.4% 0.43% -
HSV(B) 266.9º 0.57% 0.6% -
XYZ 13.27 8.99 30.74 -
YUV 86.58 164.92 140.43 -
System Red Green Blue C M Y K H S L
Decimal 104 65 152 0.32 0.57 0 0.40 266.9 0.4 0.43
Hex 68 41 98 20 39 0 28 10B 28 2B
Octal 150 101 230 40 71 0 50 413 50 53
Binary 1101000 1000001 10011000 100000 111001 0 101000 100001011 101000 101011

Color Harmonies of #684198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684198

Black with #684198

Text Example


Text Example

White with #684198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684198; }

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

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

background-color css

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

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

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

border-color css

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

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

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