Html Css Color HEX #6A3392 Royal Purple

📋 copy color: '#6A3392'

red 106 ◦ green 51 ◦ blue 146

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

Shades of Royal Purple #6A3392

Tints of Royal Purple #6A3392

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.83%

 BLUE value IS 146 (57.42% from 255) = 48.18%

R = 34.98%
G = 16.83%
B = 48.18%

CMYK

 C value IS 0.27

 M value IS 0.65

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6A3392 (or 0x6A3392) is known color: Royal Purple. HEX triplet: 6A, 33 and 92. RGB value is (106,51,146). Sum of RGB (Red+Green+Blue) = 106+51+146=303 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.98% from 303); Green value is 51 (20.31% from 255 or 16.83% from 303); Blue value is 146 (57.42% from 255 or 48.18% from 303); Max value from RGB is 146 - color contains mainly: blue. Hex color #6A3392 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A3392 is #95CC6D. Grayscale: #4D4D4D. Windows color (decimal): -9817198 or 9581418. OLE color: 9581418.

HSL color Cylindrical-coordinate representation of color #6A3392: hue angle of 274.74º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6A3392 is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 106 51 146 -
CMYK 0.27 0.65 0 0.43
HSL 274.74º 0.48% 0.39% -
HSV(B) 274.74º 0.65% 0.57% -
XYZ 12.32 7.51 27.99 -
YUV 78.28 166.22 147.78 -
System Red Green Blue C M Y K H S L
Decimal 106 51 146 0.27 0.65 0 0.43 274.74 0.48 0.39
Hex 6A 33 92 1B 41 0 2B 113 30 27
Octal 152 63 222 33 101 0 53 423 60 47
Binary 1101010 110011 10010010 11011 1000001 0 101011 100010011 110000 100111

Color Harmonies of #6A3392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A3392

Black with #6A3392

Text Example


Text Example

White with #6A3392

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,51,146); }

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

background-color css

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

 a { background-color: rgb(106,51,146); }

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

border-color css

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

 span { border-color: rgb(106,51,146); }

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