Html Css Color HEX #6A3DAE Royal Purple

📋 copy color: '#6A3DAE'

red 106 ◦ green 61 ◦ blue 174

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

Shades of Royal Purple #6A3DAE

Tints of Royal Purple #6A3DAE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.89%

 BLUE value IS 174 (68.36% from 255) = 51.03%

R = 31.09%
G = 17.89%
B = 51.03%

CMYK

 C value IS 0.39

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6A3DAE (or 0x6A3DAE) is known color: Royal Purple. HEX triplet: 6A, 3D and AE. RGB value is (106,61,174). Sum of RGB (Red+Green+Blue) = 106+61+174=341 (45% of max value = 765). Red value is 106 (41.80% from 255 or 31.09% from 341); Green value is 61 (24.22% from 255 or 17.89% from 341); Blue value is 174 (68.36% from 255 or 51.03% from 341); Max value from RGB is 174 - color contains mainly: blue. Hex color #6A3DAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A3DAE is #95C251. Grayscale: #565656. Windows color (decimal): -9814610 or 11418986. OLE color: 11418986.

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

Color convert

RGB 106 61 174 -
CMYK 0.39 0.65 0 0.32
HSL 263.89º 0.48% 0.46% -
HSV(B) 263.89º 0.65% 0.68% -
XYZ 15.25 9.46 41.07 -
YUV 87.34 176.91 141.31 -
System Red Green Blue C M Y K H S L
Decimal 106 61 174 0.39 0.65 0 0.32 263.89 0.48 0.46
Hex 6A 3D AE 27 41 0 20 108 30 2E
Octal 152 75 256 47 101 0 40 410 60 56
Binary 1101010 111101 10101110 100111 1000001 0 100000 100001000 110000 101110

Color Harmonies of #6A3DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A3DAE

Black with #6A3DAE

Text Example


Text Example

White with #6A3DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,61,174); }

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

background-color css

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

 a { background-color: rgb(106,61,174); }

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

border-color css

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

 span { border-color: rgb(106,61,174); }

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