Html Css Color HEX #6A4099 Royal Purple

📋 copy color: '#6A4099'

red 106 ◦ green 64 ◦ blue 153

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

Shades of Royal Purple #6A4099

Tints of Royal Purple #6A4099

RGB

 RED value IS 106 (41.8% from 255) = 32.82%

 GREEN value IS 64 (25.39% from 255) = 19.81%

 BLUE value IS 153 (60.16% from 255) = 47.37%

R = 32.82%
G = 19.81%
B = 47.37%

CMYK

 C value IS 0.31

 M value IS 0.58

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#6A4099 (or 0x6A4099) is known color: Royal Purple. HEX triplet: 6A, 40 and 99. RGB value is (106,64,153). Sum of RGB (Red+Green+Blue) = 106+64+153=323 (42% of max value = 765). Red value is 106 (41.80% from 255 or 32.82% from 323); Green value is 64 (25.39% from 255 or 19.81% from 323); Blue value is 153 (60.16% from 255 or 47.37% from 323); Max value from RGB is 153 - color contains mainly: blue. Hex color #6A4099 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A4099 is #95BF66. Grayscale: #565656. Windows color (decimal): -9813863 or 10043498. OLE color: 10043498.

HSL color Cylindrical-coordinate representation of color #6A4099: hue angle of 268.31º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6A4099 is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 106 64 153 -
CMYK 0.31 0.58 0 0.4
HSL 268.31º 0.41% 0.43% -
HSV(B) 268.31º 0.58% 0.6% -
XYZ 13.53 9.03 31.17 -
YUV 86.7 165.41 141.76 -
System Red Green Blue C M Y K H S L
Decimal 106 64 153 0.31 0.58 0 0.4 268.31 0.41 0.43
Hex 6A 40 99 1F 3A 0 28 10C 29 2B
Octal 152 100 231 37 72 0 50 414 51 53
Binary 1101010 1000000 10011001 11111 111010 0 101000 100001100 101001 101011

Color Harmonies of #6A4099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A4099

Black with #6A4099

Text Example


Text Example

White with #6A4099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A4099; }

 p { color: rgb(106,64,153); }

 H1.HeaderClassName
 {
   color: #6A4099;
 }
 .AnyTagClassName
 {
   color: #6A4099;
 }
</style>

background-color css

<style>
 a { background-color: #6A4099; }

 a { background-color: rgb(106,64,153); }

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

border-color css

<style>
 span { border-color: #6A4099; }

 span { border-color: rgb(106,64,153); }

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