Html Css Color HEX #6A33AA Royal Purple

📋 copy color: '#6A33AA'

red 106 ◦ green 51 ◦ blue 170

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

Shades of Royal Purple #6A33AA

Tints of Royal Purple #6A33AA

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.6%

 BLUE value IS 170 (66.8% from 255) = 51.99%

R = 32.42%
G = 15.6%
B = 51.99%

CMYK

 C value IS 0.38

 M value IS 0.7

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6A33AA (or 0x6A33AA) is known color: Royal Purple. HEX triplet: 6A, 33 and AA. RGB value is (106,51,170). Sum of RGB (Red+Green+Blue) = 106+51+170=327 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.42% from 327); Green value is 51 (20.31% from 255 or 15.60% from 327); Blue value is 170 (66.80% from 255 or 51.99% from 327); Max value from RGB is 170 - color contains mainly: blue. Hex color #6A33AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A33AA is #95CC55. Grayscale: #505050. Windows color (decimal): -9817174 or 11154282. OLE color: 11154282.

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

Color convert

RGB 106 51 170 -
CMYK 0.38 0.7 0 0.33
HSL 267.73º 0.54% 0.43% -
HSV(B) 267.73º 0.7% 0.67% -
XYZ 14.38 8.33 38.88 -
YUV 81.01 178.22 145.82 -
System Red Green Blue C M Y K H S L
Decimal 106 51 170 0.38 0.7 0 0.33 267.73 0.54 0.43
Hex 6A 33 AA 26 46 0 21 10C 36 2B
Octal 152 63 252 46 106 0 41 414 66 53
Binary 1101010 110011 10101010 100110 1000110 0 100001 100001100 110110 101011

Color Harmonies of #6A33AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A33AA

Black with #6A33AA

Text Example


Text Example

White with #6A33AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,51,170); }

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

background-color css

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

 a { background-color: rgb(106,51,170); }

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

border-color css

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

 span { border-color: rgb(106,51,170); }

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