Html Css Color HEX #6A3793 Royal Purple

📋 copy color: '#6A3793'

red 106 ◦ green 55 ◦ blue 147

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

Shades of Royal Purple #6A3793

Tints of Royal Purple #6A3793

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.86%

 BLUE value IS 147 (57.81% from 255) = 47.73%

R = 34.42%
G = 17.86%
B = 47.73%

CMYK

 C value IS 0.28

 M value IS 0.63

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6A3793 (or 0x6A3793) is known color: Royal Purple. HEX triplet: 6A, 37 and 93. RGB value is (106,55,147). Sum of RGB (Red+Green+Blue) = 106+55+147=308 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.42% from 308); Green value is 55 (21.88% from 255 or 17.86% from 308); Blue value is 147 (57.81% from 255 or 47.73% from 308); Max value from RGB is 147 - color contains mainly: blue. Hex color #6A3793 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A3793 is #95C86C. Grayscale: #505050. Windows color (decimal): -9816173 or 9647978. OLE color: 9647978.

HSL color Cylindrical-coordinate representation of color #6A3793: hue angle of 273.26º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6A3793 is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 106 55 147 -
CMYK 0.28 0.63 0 0.42
HSL 273.26º 0.46% 0.4% -
HSV(B) 273.26º 0.63% 0.58% -
XYZ 12.58 7.9 28.47 -
YUV 80.74 165.4 146.02 -
System Red Green Blue C M Y K H S L
Decimal 106 55 147 0.28 0.63 0 0.42 273.26 0.46 0.4
Hex 6A 37 93 1C 3F 0 2A 111 2E 28
Octal 152 67 223 34 77 0 52 421 56 50
Binary 1101010 110111 10010011 11100 111111 0 101010 100010001 101110 101000

Color Harmonies of #6A3793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A3793

Black with #6A3793

Text Example


Text Example

White with #6A3793

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,55,147); }

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

background-color css

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

 a { background-color: rgb(106,55,147); }

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

border-color css

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

 span { border-color: rgb(106,55,147); }

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