Html Css Color HEX #6A3DAC Royal Purple

📋 copy color: '#6A3DAC'

red 106 ◦ green 61 ◦ blue 172

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

Shades of Royal Purple #6A3DAC

Tints of Royal Purple #6A3DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 50.74%

R = 31.27%
G = 17.99%
B = 50.74%

CMYK

 C value IS 0.38

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6A3DAC (or 0x6A3DAC) is known color: Royal Purple. HEX triplet: 6A, 3D and AC. RGB value is (106,61,172). Sum of RGB (Red+Green+Blue) = 106+61+172=339 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.27% from 339); Green value is 61 (24.22% from 255 or 17.99% from 339); Blue value is 172 (67.58% from 255 or 50.74% from 339); Max value from RGB is 172 - color contains mainly: blue. Hex color #6A3DAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A3DAC is #95C253. Grayscale: #565656. Windows color (decimal): -9814612 or 11287914. OLE color: 11287914.

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

Color convert

RGB 106 61 172 -
CMYK 0.38 0.65 0 0.33
HSL 264.32º 0.48% 0.46% -
HSV(B) 264.32º 0.65% 0.67% -
XYZ 15.06 9.38 40.05 -
YUV 87.11 175.91 141.47 -
System Red Green Blue C M Y K H S L
Decimal 106 61 172 0.38 0.65 0 0.33 264.32 0.48 0.46
Hex 6A 3D AC 26 41 0 21 108 30 2E
Octal 152 75 254 46 101 0 41 410 60 56
Binary 1101010 111101 10101100 100110 1000001 0 100001 100001000 110000 101110

Color Harmonies of #6A3DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A3DAC

Black with #6A3DAC

Text Example


Text Example

White with #6A3DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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