Html Css Color HEX #6A2999 Royal Purple

📋 copy color: '#6A2999'

red 106 ◦ green 41 ◦ blue 153

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

Shades of Royal Purple #6A2999

Tints of Royal Purple #6A2999

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.67%

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

R = 35.33%
G = 13.67%
B = 51%

CMYK

 C value IS 0.31

 M value IS 0.73

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#6A2999 (or 0x6A2999) is known color: Royal Purple. HEX triplet: 6A, 29 and 99. RGB value is (106,41,153). Sum of RGB (Red+Green+Blue) = 106+41+153=300 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.33% from 300); Green value is 41 (16.41% from 255 or 13.67% from 300); Blue value is 153 (60.16% from 255 or 51% from 300); Max value from RGB is 153 - color contains mainly: blue. Hex color #6A2999 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A2999 is #95D666. Grayscale: #484848. Windows color (decimal): -9819751 or 10037610. OLE color: 10037610.

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

Color convert

RGB 106 41 153 -
CMYK 0.31 0.73 0 0.4
HSL 274.82º 0.58% 0.38% -
HSV(B) 274.82º 0.73% 0.6% -
XYZ 12.49 6.95 30.82 -
YUV 73.2 173.03 151.39 -
System Red Green Blue C M Y K H S L
Decimal 106 41 153 0.31 0.73 0 0.4 274.82 0.58 0.38
Hex 6A 29 99 1F 49 0 28 113 3A 26
Octal 152 51 231 37 111 0 50 423 72 46
Binary 1101010 101001 10011001 11111 1001001 0 101000 100010011 111010 100110

Color Harmonies of #6A2999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A2999

Black with #6A2999

Text Example


Text Example

White with #6A2999

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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