Html Css Color HEX #6A30AA Royal Purple

📋 copy color: '#6A30AA'

red 106 ◦ green 48 ◦ blue 170

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

Shades of Royal Purple #6A30AA

Tints of Royal Purple #6A30AA

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.81%

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

R = 32.72%
G = 14.81%
B = 52.47%

CMYK

 C value IS 0.38

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6A30AA (or 0x6A30AA) is known color: Royal Purple. HEX triplet: 6A, 30 and AA. RGB value is (106,48,170). Sum of RGB (Red+Green+Blue) = 106+48+170=324 (42% of max value = 765). Red value is 106 (41.80% from 255 or 32.72% from 324); Green value is 48 (19.14% from 255 or 14.81% from 324); Blue value is 170 (66.80% from 255 or 52.47% from 324); Max value from RGB is 170 - color contains mainly: blue. Hex color #6A30AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A30AA is #95CF55. Grayscale: #4E4E4E. Windows color (decimal): -9817942 or 11153514. OLE color: 11153514.

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

Color convert

RGB 106 48 170 -
CMYK 0.38 0.72 0 0.33
HSL 268.52º 0.56% 0.43% -
HSV(B) 268.52º 0.72% 0.67% -
XYZ 14.26 8.08 38.84 -
YUV 79.25 179.22 147.08 -
System Red Green Blue C M Y K H S L
Decimal 106 48 170 0.38 0.72 0 0.33 268.52 0.56 0.43
Hex 6A 30 AA 26 48 0 21 10D 38 2B
Octal 152 60 252 46 110 0 41 415 70 53
Binary 1101010 110000 10101010 100110 1001000 0 100001 100001101 111000 101011

Color Harmonies of #6A30AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A30AA

Black with #6A30AA

Text Example


Text Example

White with #6A30AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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