Html Css Color HEX #68499B Royal Purple

📋 copy color: '#68499B'

red 104 ◦ green 73 ◦ blue 155

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

Shades of Royal Purple #68499B

Tints of Royal Purple #68499B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 46.69%

R = 31.33%
G = 21.99%
B = 46.69%

CMYK

 C value IS 0.33

 M value IS 0.53

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#68499B (or 0x68499B) is known color: Royal Purple. HEX triplet: 68, 49 and 9B. RGB value is (104,73,155). Sum of RGB (Red+Green+Blue) = 104+73+155=332 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.33% from 332); Green value is 73 (28.91% from 255 or 21.99% from 332); Blue value is 155 (60.94% from 255 or 46.69% from 332); Max value from RGB is 155 - color contains mainly: blue. Hex color #68499B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68499B is #97B664. Grayscale: #5B5B5B. Windows color (decimal): -9942629 or 10176872. OLE color: 10176872.

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

Color convert

RGB 104 73 155 -
CMYK 0.33 0.53 0 0.39
HSL 262.68º 0.36% 0.45% -
HSV(B) 262.68º 0.53% 0.61% -
XYZ 14.01 10.07 32.22 -
YUV 91.62 163.77 136.83 -
System Red Green Blue C M Y K H S L
Decimal 104 73 155 0.33 0.53 0 0.39 262.68 0.36 0.45
Hex 68 49 9B 21 35 0 27 107 24 2D
Octal 150 111 233 41 65 0 47 407 44 55
Binary 1101000 1001001 10011011 100001 110101 0 100111 100000111 100100 101101

Color Harmonies of #68499B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68499B

Black with #68499B

Text Example


Text Example

White with #68499B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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