Html Css Color HEX #6A28AA Royal Purple

📋 copy color: '#6A28AA'

red 106 ◦ green 40 ◦ blue 170

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

Shades of Royal Purple #6A28AA

Tints of Royal Purple #6A28AA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.66%

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

R = 33.54%
G = 12.66%
B = 53.8%

CMYK

 C value IS 0.38

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6A28AA (or 0x6A28AA) is known color: Royal Purple. HEX triplet: 6A, 28 and AA. RGB value is (106,40,170). Sum of RGB (Red+Green+Blue) = 106+40+170=316 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.54% from 316); Green value is 40 (16.02% from 255 or 12.66% from 316); Blue value is 170 (66.80% from 255 or 53.80% from 316); Max value from RGB is 170 - color contains mainly: blue. Hex color #6A28AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A28AA is #95D755. Grayscale: #4A4A4A. Windows color (decimal): -9819990 or 11151466. OLE color: 11151466.

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

Color convert

RGB 106 40 170 -
CMYK 0.38 0.76 0 0.33
HSL 270.46º 0.62% 0.41% -
HSV(B) 270.46º 0.76% 0.67% -
XYZ 13.96 7.48 38.74 -
YUV 74.55 181.87 150.43 -
System Red Green Blue C M Y K H S L
Decimal 106 40 170 0.38 0.76 0 0.33 270.46 0.62 0.41
Hex 6A 28 AA 26 4C 0 21 10E 3E 29
Octal 152 50 252 46 114 0 41 416 76 51
Binary 1101010 101000 10101010 100110 1001100 0 100001 100001110 111110 101001

Color Harmonies of #6A28AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A28AA

Black with #6A28AA

Text Example


Text Example

White with #6A28AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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