Html Css Color HEX #6A3FAE Royal Purple

📋 copy color: '#6A3FAE'

red 106 ◦ green 63 ◦ blue 174

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

Shades of Royal Purple #6A3FAE

Tints of Royal Purple #6A3FAE

RGB

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

 GREEN value IS 63 (25% from 255) = 18.37%

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

R = 30.9%
G = 18.37%
B = 50.73%

CMYK

 C value IS 0.39

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6A3FAE (or 0x6A3FAE) is known color: Royal Purple. HEX triplet: 6A, 3F and AE. RGB value is (106,63,174). Sum of RGB (Red+Green+Blue) = 106+63+174=343 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.90% from 343); Green value is 63 (25% from 255 or 18.37% from 343); Blue value is 174 (68.36% from 255 or 50.73% from 343); Max value from RGB is 174 - color contains mainly: blue. Hex color #6A3FAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A3FAE is #95C051. Grayscale: #585858. Windows color (decimal): -9814098 or 11419498. OLE color: 11419498.

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

Color convert

RGB 106 63 174 -
CMYK 0.39 0.64 0 0.32
HSL 263.24º 0.47% 0.46% -
HSV(B) 263.24º 0.64% 0.68% -
XYZ 15.36 9.68 41.1 -
YUV 88.51 176.25 140.47 -
System Red Green Blue C M Y K H S L
Decimal 106 63 174 0.39 0.64 0 0.32 263.24 0.47 0.46
Hex 6A 3F AE 27 40 0 20 107 2F 2E
Octal 152 77 256 47 100 0 40 407 57 56
Binary 1101010 111111 10101110 100111 1000000 0 100000 100000111 101111 101110

Color Harmonies of #6A3FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A3FAE

Black with #6A3FAE

Text Example


Text Example

White with #6A3FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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