Html Css Color HEX #6A2893 Royal Purple

📋 copy color: '#6A2893'

red 106 ◦ green 40 ◦ blue 147

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

Shades of Royal Purple #6A2893

Tints of Royal Purple #6A2893

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.65%

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

R = 36.18%
G = 13.65%
B = 50.17%

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

#6A2893 (or 0x6A2893) is known color: Royal Purple. HEX triplet: 6A, 28 and 93. RGB value is (106,40,147). Sum of RGB (Red+Green+Blue) = 106+40+147=293 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.18% from 293); Green value is 40 (16.02% from 255 or 13.65% from 293); Blue value is 147 (57.81% from 255 or 50.17% from 293); Max value from RGB is 147 - color contains mainly: blue. Hex color #6A2893 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A2893 is #95D76C. Grayscale: #474747. Windows color (decimal): -9820013 or 9644138. OLE color: 9644138.

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

Color convert

RGB 106 40 147 -
CMYK 0.28 0.73 0 0.42
HSL 277.01º 0.57% 0.37% -
HSV(B) 277.01º 0.73% 0.58% -
XYZ 11.97 6.69 28.26 -
YUV 71.93 170.37 152.3 -
System Red Green Blue C M Y K H S L
Decimal 106 40 147 0.28 0.73 0 0.42 277.01 0.57 0.37
Hex 6A 28 93 1C 49 0 2A 115 39 25
Octal 152 50 223 34 111 0 52 425 71 45
Binary 1101010 101000 10010011 11100 1001001 0 101010 100010101 111001 100101

Color Harmonies of #6A2893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A2893

Black with #6A2893

Text Example


Text Example

White with #6A2893

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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