Html Css Color HEX #6A3593 Royal Purple

📋 copy color: '#6A3593'

red 106 ◦ green 53 ◦ blue 147

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

Shades of Royal Purple #6A3593

Tints of Royal Purple #6A3593

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.32%

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

R = 34.64%
G = 17.32%
B = 48.04%

CMYK

 C value IS 0.28

 M value IS 0.64

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6A3593 (or 0x6A3593) is known color: Royal Purple. HEX triplet: 6A, 35 and 93. RGB value is (106,53,147). Sum of RGB (Red+Green+Blue) = 106+53+147=306 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.64% from 306); Green value is 53 (21.09% from 255 or 17.32% from 306); Blue value is 147 (57.81% from 255 or 48.04% from 306); Max value from RGB is 147 - color contains mainly: blue. Hex color #6A3593 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A3593 is #95CA6C. Grayscale: #4F4F4F. Windows color (decimal): -9816685 or 9647466. OLE color: 9647466.

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

Color convert

RGB 106 53 147 -
CMYK 0.28 0.64 0 0.42
HSL 273.83º 0.47% 0.39% -
HSV(B) 273.83º 0.64% 0.58% -
XYZ 12.48 7.72 28.44 -
YUV 79.56 166.06 146.86 -
System Red Green Blue C M Y K H S L
Decimal 106 53 147 0.28 0.64 0 0.42 273.83 0.47 0.39
Hex 6A 35 93 1C 40 0 2A 112 2F 27
Octal 152 65 223 34 100 0 52 422 57 47
Binary 1101010 110101 10010011 11100 1000000 0 101010 100010010 101111 100111

Color Harmonies of #6A3593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A3593

Black with #6A3593

Text Example


Text Example

White with #6A3593

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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