Html Css Color HEX #6A3699 Royal Purple

📋 copy color: '#6A3699'

red 106 ◦ green 54 ◦ blue 153

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

Shades of Royal Purple #6A3699

Tints of Royal Purple #6A3699

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.25%

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

R = 33.87%
G = 17.25%
B = 48.88%

CMYK

 C value IS 0.31

 M value IS 0.65

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#6A3699 (or 0x6A3699) is known color: Royal Purple. HEX triplet: 6A, 36 and 99. RGB value is (106,54,153). Sum of RGB (Red+Green+Blue) = 106+54+153=313 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.87% from 313); Green value is 54 (21.48% from 255 or 17.25% from 313); Blue value is 153 (60.16% from 255 or 48.88% from 313); Max value from RGB is 153 - color contains mainly: blue. Hex color #6A3699 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A3699 is #95C966. Grayscale: #505050. Windows color (decimal): -9816423 or 10040938. OLE color: 10040938.

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

Color convert

RGB 106 54 153 -
CMYK 0.31 0.65 0 0.4
HSL 271.52º 0.48% 0.41% -
HSV(B) 271.52º 0.65% 0.6% -
XYZ 13.01 8 31 -
YUV 80.83 168.73 145.95 -
System Red Green Blue C M Y K H S L
Decimal 106 54 153 0.31 0.65 0 0.4 271.52 0.48 0.41
Hex 6A 36 99 1F 41 0 28 110 30 29
Octal 152 66 231 37 101 0 50 420 60 51
Binary 1101010 110110 10011001 11111 1000001 0 101000 100010000 110000 101001

Color Harmonies of #6A3699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A3699

Black with #6A3699

Text Example


Text Example

White with #6A3699

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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