Html Css Color HEX #6A4499 Royal Purple

📋 copy color: '#6A4499'

red 106 ◦ green 68 ◦ blue 153

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

Shades of Royal Purple #6A4499

Tints of Royal Purple #6A4499

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.8%

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

R = 32.42%
G = 20.8%
B = 46.79%

CMYK

 C value IS 0.31

 M value IS 0.56

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#6A4499 (or 0x6A4499) is known color: Royal Purple. HEX triplet: 6A, 44 and 99. RGB value is (106,68,153). Sum of RGB (Red+Green+Blue) = 106+68+153=327 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.42% from 327); Green value is 68 (26.95% from 255 or 20.80% from 327); Blue value is 153 (60.16% from 255 or 46.79% from 327); Max value from RGB is 153 - color contains mainly: blue. Hex color #6A4499 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A4499 is #95BB66. Grayscale: #585858. Windows color (decimal): -9812839 or 10044522. OLE color: 10044522.

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

Color convert

RGB 106 68 153 -
CMYK 0.31 0.56 0 0.4
HSL 266.82º 0.38% 0.43% -
HSV(B) 266.82º 0.56% 0.6% -
XYZ 13.76 9.5 31.25 -
YUV 89.05 164.09 140.09 -
System Red Green Blue C M Y K H S L
Decimal 106 68 153 0.31 0.56 0 0.4 266.82 0.38 0.43
Hex 6A 44 99 1F 38 0 28 10B 26 2B
Octal 152 104 231 37 70 0 50 413 46 53
Binary 1101010 1000100 10011001 11111 111000 0 101000 100001011 100110 101011

Color Harmonies of #6A4499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A4499

Black with #6A4499

Text Example


Text Example

White with #6A4499

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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