Html Css Color HEX #6A3A99 Royal Purple

📋 copy color: '#6A3A99'

red 106 ◦ green 58 ◦ blue 153

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

Shades of Royal Purple #6A3A99

Tints of Royal Purple #6A3A99

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.3%

 BLUE value IS 153 (60.16% from 255) = 48.26%

R = 33.44%
G = 18.3%
B = 48.26%

CMYK

 C value IS 0.31

 M value IS 0.62

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#6A3A99 (or 0x6A3A99) is known color: Royal Purple. HEX triplet: 6A, 3A and 99. RGB value is (106,58,153). Sum of RGB (Red+Green+Blue) = 106+58+153=317 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.44% from 317); Green value is 58 (23.05% from 255 or 18.30% from 317); Blue value is 153 (60.16% from 255 or 48.26% from 317); Max value from RGB is 153 - color contains mainly: blue. Hex color #6A3A99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A3A99 is #95C566. Grayscale: #525252. Windows color (decimal): -9815399 or 10041962. OLE color: 10041962.

HSL color Cylindrical-coordinate representation of color #6A3A99: hue angle of 270.32º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6A3A99 is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 106 58 153 -
CMYK 0.31 0.62 0 0.4
HSL 270.32º 0.45% 0.41% -
HSV(B) 270.32º 0.62% 0.6% -
XYZ 13.21 8.39 31.06 -
YUV 83.18 167.4 144.28 -
System Red Green Blue C M Y K H S L
Decimal 106 58 153 0.31 0.62 0 0.4 270.32 0.45 0.41
Hex 6A 3A 99 1F 3E 0 28 10E 2D 29
Octal 152 72 231 37 76 0 50 416 55 51
Binary 1101010 111010 10011001 11111 111110 0 101000 100001110 101101 101001

Color Harmonies of #6A3A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A3A99

Black with #6A3A99

Text Example


Text Example

White with #6A3A99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,58,153); }

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

background-color css

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

 a { background-color: rgb(106,58,153); }

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

border-color css

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

 span { border-color: rgb(106,58,153); }

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