Html Css Color HEX #68479A Royal Purple

📋 copy color: '#68479A'

red 104 ◦ green 71 ◦ blue 154

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

Shades of Royal Purple #68479A

Tints of Royal Purple #68479A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.58%

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

R = 31.61%
G = 21.58%
B = 46.81%

CMYK

 C value IS 0.32

 M value IS 0.54

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#68479A (or 0x68479A) is known color: Royal Purple. HEX triplet: 68, 47 and 9A. RGB value is (104,71,154). Sum of RGB (Red+Green+Blue) = 104+71+154=329 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.61% from 329); Green value is 71 (28.12% from 255 or 21.58% from 329); Blue value is 154 (60.55% from 255 or 46.81% from 329); Max value from RGB is 154 - color contains mainly: blue. Hex color #68479A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68479A is #97B865. Grayscale: #5A5A5A. Windows color (decimal): -9943142 or 10110824. OLE color: 10110824.

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

Color convert

RGB 104 71 154 -
CMYK 0.32 0.54 0 0.40
HSL 263.86º 0.37% 0.44% -
HSV(B) 263.86º 0.54% 0.6% -
XYZ 13.79 9.78 31.73 -
YUV 90.33 163.93 137.75 -
System Red Green Blue C M Y K H S L
Decimal 104 71 154 0.32 0.54 0 0.40 263.86 0.37 0.44
Hex 68 47 9A 20 36 0 28 108 25 2C
Octal 150 107 232 40 66 0 50 410 45 54
Binary 1101000 1000111 10011010 100000 110110 0 101000 100001000 100101 101100

Color Harmonies of #68479A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68479A

Black with #68479A

Text Example


Text Example

White with #68479A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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