Html Css Color HEX #6A2DAC Royal Purple

📋 copy color: '#6A2DAC'

red 106 ◦ green 45 ◦ blue 172

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

Shades of Royal Purple #6A2DAC

Tints of Royal Purple #6A2DAC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.93%

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

R = 32.82%
G = 13.93%
B = 53.25%

CMYK

 C value IS 0.38

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6A2DAC (or 0x6A2DAC) is known color: Royal Purple. HEX triplet: 6A, 2D and AC. RGB value is (106,45,172). Sum of RGB (Red+Green+Blue) = 106+45+172=323 (42% of max value = 765). Red value is 106 (41.80% from 255 or 32.82% from 323); Green value is 45 (17.97% from 255 or 13.93% from 323); Blue value is 172 (67.58% from 255 or 53.25% from 323); Max value from RGB is 172 - color contains mainly: blue. Hex color #6A2DAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A2DAC is #95D253. Grayscale: #4D4D4D. Windows color (decimal): -9818708 or 11283818. OLE color: 11283818.

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

Color convert

RGB 106 45 172 -
CMYK 0.38 0.74 0 0.33
HSL 268.82º 0.59% 0.43% -
HSV(B) 268.82º 0.74% 0.67% -
XYZ 14.33 7.92 39.8 -
YUV 77.72 181.21 148.17 -
System Red Green Blue C M Y K H S L
Decimal 106 45 172 0.38 0.74 0 0.33 268.82 0.59 0.43
Hex 6A 2D AC 26 4A 0 21 10D 3B 2B
Octal 152 55 254 46 112 0 41 415 73 53
Binary 1101010 101101 10101100 100110 1001010 0 100001 100001101 111011 101011

Color Harmonies of #6A2DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A2DAC

Black with #6A2DAC

Text Example


Text Example

White with #6A2DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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