Html Css Color HEX #68479E Royal Purple

📋 copy color: '#68479E'

red 104 ◦ green 71 ◦ blue 158

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

Shades of Royal Purple #68479E

Tints of Royal Purple #68479E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 47.45%

R = 31.23%
G = 21.32%
B = 47.45%

CMYK

 C value IS 0.34

 M value IS 0.55

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#68479E (or 0x68479E) is known color: Royal Purple. HEX triplet: 68, 47 and 9E. RGB value is (104,71,158). Sum of RGB (Red+Green+Blue) = 104+71+158=333 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.23% from 333); Green value is 71 (28.12% from 255 or 21.32% from 333); Blue value is 158 (62.11% from 255 or 47.45% from 333); Max value from RGB is 158 - color contains mainly: blue. Hex color #68479E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68479E is #97B861. Grayscale: #5A5A5A. Windows color (decimal): -9943138 or 10372968. OLE color: 10372968.

HSL color Cylindrical-coordinate representation of color #68479E: hue angle of 262.76º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68479E is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 104 71 158 -
CMYK 0.34 0.55 0 0.38
HSL 262.76º 0.38% 0.45% -
HSV(B) 262.76º 0.55% 0.62% -
XYZ 14.13 9.92 33.52 -
YUV 90.79 165.93 137.43 -
System Red Green Blue C M Y K H S L
Decimal 104 71 158 0.34 0.55 0 0.38 262.76 0.38 0.45
Hex 68 47 9E 22 37 0 26 107 26 2D
Octal 150 107 236 42 67 0 46 407 46 55
Binary 1101000 1000111 10011110 100010 110111 0 100110 100000111 100110 101101

Color Harmonies of #68479E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68479E

Black with #68479E

Text Example


Text Example

White with #68479E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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