Html Css Color HEX #68499A Royal Purple

📋 copy color: '#68499A'

red 104 ◦ green 73 ◦ blue 154

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

Shades of Royal Purple #68499A

Tints of Royal Purple #68499A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.05%

 BLUE value IS 154 (60.55% from 255) = 46.53%

R = 31.42%
G = 22.05%
B = 46.53%

CMYK

 C value IS 0.32

 M value IS 0.53

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#68499A (or 0x68499A) is known color: Royal Purple. HEX triplet: 68, 49 and 9A. RGB value is (104,73,154). Sum of RGB (Red+Green+Blue) = 104+73+154=331 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.42% from 331); Green value is 73 (28.91% from 255 or 22.05% from 331); Blue value is 154 (60.55% from 255 or 46.53% from 331); Max value from RGB is 154 - color contains mainly: blue. Hex color #68499A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68499A is #97B665. Grayscale: #5B5B5B. Windows color (decimal): -9942630 or 10111336. OLE color: 10111336.

HSL color Cylindrical-coordinate representation of color #68499A: hue angle of 262.96º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68499A is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 104 73 154 -
CMYK 0.32 0.53 0 0.40
HSL 262.96º 0.36% 0.45% -
HSV(B) 262.96º 0.53% 0.6% -
XYZ 13.92 10.04 31.78 -
YUV 91.5 163.27 136.91 -
System Red Green Blue C M Y K H S L
Decimal 104 73 154 0.32 0.53 0 0.40 262.96 0.36 0.45
Hex 68 49 9A 20 35 0 28 107 24 2D
Octal 150 111 232 40 65 0 50 407 44 55
Binary 1101000 1001001 10011010 100000 110101 0 101000 100000111 100100 101101

Color Harmonies of #68499A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68499A

Black with #68499A

Text Example


Text Example

White with #68499A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68499A; }

 p { color: rgb(104,73,154); }

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

background-color css

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

 a { background-color: rgb(104,73,154); }

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

border-color css

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

 span { border-color: rgb(104,73,154); }

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