Html Css Color HEX #68489E Royal Purple

📋 copy color: '#68489E'

red 104 ◦ green 72 ◦ blue 158

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

Shades of Royal Purple #68489E

Tints of Royal Purple #68489E

RGB

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

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

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

R = 31.14%
G = 21.56%
B = 47.31%

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

#68489E (or 0x68489E) is known color: Royal Purple. HEX triplet: 68, 48 and 9E. RGB value is (104,72,158). Sum of RGB (Red+Green+Blue) = 104+72+158=334 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.14% from 334); Green value is 72 (28.52% from 255 or 21.56% from 334); Blue value is 158 (62.11% from 255 or 47.31% from 334); Max value from RGB is 158 - color contains mainly: blue. Hex color #68489E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68489E is #97B761. Grayscale: #5B5B5B. Windows color (decimal): -9942882 or 10373224. OLE color: 10373224.

HSL color Cylindrical-coordinate representation of color #68489E: hue angle of 262.33º 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 #68489E is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 104 72 158 -
CMYK 0.34 0.54 0 0.38
HSL 262.33º 0.37% 0.45% -
HSV(B) 262.33º 0.54% 0.62% -
XYZ 14.2 10.05 33.54 -
YUV 91.37 165.6 137.01 -
System Red Green Blue C M Y K H S L
Decimal 104 72 158 0.34 0.54 0 0.38 262.33 0.37 0.45
Hex 68 48 9E 22 36 0 26 106 25 2D
Octal 150 110 236 42 66 0 46 406 45 55
Binary 1101000 1001000 10011110 100010 110110 0 100110 100000110 100101 101101

Color Harmonies of #68489E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68489E

Black with #68489E

Text Example


Text Example

White with #68489E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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