Html Css Color HEX #68489D Royal Purple

📋 copy color: '#68489D'

red 104 ◦ green 72 ◦ blue 157

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

Shades of Royal Purple #68489D

Tints of Royal Purple #68489D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.62%

 BLUE value IS 157 (61.72% from 255) = 47.15%

R = 31.23%
G = 21.62%
B = 47.15%

CMYK

 C value IS 0.34

 M value IS 0.54

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#68489D (or 0x68489D) is known color: Royal Purple. HEX triplet: 68, 48 and 9D. RGB value is (104,72,157). Sum of RGB (Red+Green+Blue) = 104+72+157=333 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.23% from 333); Green value is 72 (28.52% from 255 or 21.62% from 333); Blue value is 157 (61.72% from 255 or 47.15% from 333); Max value from RGB is 157 - color contains mainly: blue. Hex color #68489D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68489D is #97B762. Grayscale: #5A5A5A. Windows color (decimal): -9942883 or 10307688. OLE color: 10307688.

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

Color convert

RGB 104 72 157 -
CMYK 0.34 0.54 0 0.38
HSL 262.59º 0.37% 0.45% -
HSV(B) 262.59º 0.54% 0.62% -
XYZ 14.11 10.01 33.09 -
YUV 91.26 165.1 137.09 -
System Red Green Blue C M Y K H S L
Decimal 104 72 157 0.34 0.54 0 0.38 262.59 0.37 0.45
Hex 68 48 9D 22 36 0 26 107 25 2D
Octal 150 110 235 42 66 0 46 407 45 55
Binary 1101000 1001000 10011101 100010 110110 0 100110 100000111 100101 101101

Color Harmonies of #68489D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68489D

Black with #68489D

Text Example


Text Example

White with #68489D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68489D; }

 p { color: rgb(104,72,157); }

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

background-color css

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

 a { background-color: rgb(104,72,157); }

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

border-color css

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

 span { border-color: rgb(104,72,157); }

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