Html Css Color HEX #6A299A Royal Purple

📋 copy color: '#6A299A'

red 106 ◦ green 41 ◦ blue 154

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

Shades of Royal Purple #6A299A

Tints of Royal Purple #6A299A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 51.16%

R = 35.22%
G = 13.62%
B = 51.16%

CMYK

 C value IS 0.31

 M value IS 0.73

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#6A299A (or 0x6A299A) is known color: Royal Purple. HEX triplet: 6A, 29 and 9A. RGB value is (106,41,154). Sum of RGB (Red+Green+Blue) = 106+41+154=301 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.22% from 301); Green value is 41 (16.41% from 255 or 13.62% from 301); Blue value is 154 (60.55% from 255 or 51.16% from 301); Max value from RGB is 154 - color contains mainly: blue. Hex color #6A299A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A299A is #95D665. Grayscale: #484848. Windows color (decimal): -9819750 or 10103146. OLE color: 10103146.

HSL color Cylindrical-coordinate representation of color #6A299A: hue angle of 274.51º 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 #6A299A is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 106 41 154 -
CMYK 0.31 0.73 0 0.40
HSL 274.51º 0.58% 0.38% -
HSV(B) 274.51º 0.73% 0.6% -
XYZ 12.57 6.98 31.26 -
YUV 73.32 173.53 151.31 -
System Red Green Blue C M Y K H S L
Decimal 106 41 154 0.31 0.73 0 0.40 274.51 0.58 0.38
Hex 6A 29 9A 1F 49 0 28 113 3A 26
Octal 152 51 232 37 111 0 50 423 72 46
Binary 1101010 101001 10011010 11111 1001001 0 101000 100010011 111010 100110

Color Harmonies of #6A299A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A299A

Black with #6A299A

Text Example


Text Example

White with #6A299A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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