Html Css Color HEX #6A199D Royal Purple

📋 copy color: '#6A199D'

red 106 ◦ green 25 ◦ blue 157

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

Shades of Royal Purple #6A199D

Tints of Royal Purple #6A199D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.68%

 BLUE value IS 157 (61.72% from 255) = 54.51%

R = 36.81%
G = 8.68%
B = 54.51%

CMYK

 C value IS 0.32

 M value IS 0.84

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6A199D (or 0x6A199D) is known color: Royal Purple. HEX triplet: 6A, 19 and 9D. RGB value is (106,25,157). Sum of RGB (Red+Green+Blue) = 106+25+157=288 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.81% from 288); Green value is 25 (10.16% from 255 or 8.68% from 288); Blue value is 157 (61.72% from 255 or 54.51% from 288); Max value from RGB is 157 - color contains mainly: blue. Hex color #6A199D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A199D is #95E662. Grayscale: #3F3F3F. Windows color (decimal): -9823843 or 10295658. OLE color: 10295658.

HSL color Cylindrical-coordinate representation of color #6A199D: hue angle of 276.82º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6A199D is Cyan = 0.32, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 106 25 157 -
CMYK 0.32 0.84 0 0.38
HSL 276.82º 0.73% 0.36% -
HSV(B) 276.82º 0.84% 0.62% -
XYZ 12.38 6.19 32.44 -
YUV 64.27 180.34 157.77 -
System Red Green Blue C M Y K H S L
Decimal 106 25 157 0.32 0.84 0 0.38 276.82 0.73 0.36
Hex 6A 19 9D 20 54 0 26 115 49 24
Octal 152 31 235 40 124 0 46 425 111 44
Binary 1101010 11001 10011101 100000 1010100 0 100110 100010101 1001001 100100

Color Harmonies of #6A199D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A199D

Black with #6A199D

Text Example


Text Example

White with #6A199D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,25,157); }

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

background-color css

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

 a { background-color: rgb(106,25,157); }

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

border-color css

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

 span { border-color: rgb(106,25,157); }

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