Html Css Color HEX #6A2793 Royal Purple

📋 copy color: '#6A2793'

red 106 ◦ green 39 ◦ blue 147

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

Shades of Royal Purple #6A2793

Tints of Royal Purple #6A2793

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.36%

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

R = 36.3%
G = 13.36%
B = 50.34%

CMYK

 C value IS 0.28

 M value IS 0.73

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6A2793 (or 0x6A2793) is known color: Royal Purple. HEX triplet: 6A, 27 and 93. RGB value is (106,39,147). Sum of RGB (Red+Green+Blue) = 106+39+147=292 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.30% from 292); Green value is 39 (15.62% from 255 or 13.36% from 292); Blue value is 147 (57.81% from 255 or 50.34% from 292); Max value from RGB is 147 - color contains mainly: blue. Hex color #6A2793 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A2793 is #95D86C. Grayscale: #464646. Windows color (decimal): -9820269 or 9643882. OLE color: 9643882.

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

Color convert

RGB 106 39 147 -
CMYK 0.28 0.73 0 0.42
HSL 277.22º 0.58% 0.36% -
HSV(B) 277.22º 0.73% 0.58% -
XYZ 11.94 6.62 28.25 -
YUV 71.35 170.7 152.72 -
System Red Green Blue C M Y K H S L
Decimal 106 39 147 0.28 0.73 0 0.42 277.22 0.58 0.36
Hex 6A 27 93 1C 49 0 2A 115 3A 24
Octal 152 47 223 34 111 0 52 425 72 44
Binary 1101010 100111 10010011 11100 1001001 0 101010 100010101 111010 100100

Color Harmonies of #6A2793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A2793

Black with #6A2793

Text Example


Text Example

White with #6A2793

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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