Html Css Color HEX #6A199C Royal Purple

📋 copy color: '#6A199C'

red 106 ◦ green 25 ◦ blue 156

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

Shades of Royal Purple #6A199C

Tints of Royal Purple #6A199C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 54.36%

R = 36.93%
G = 8.71%
B = 54.36%

CMYK

 C value IS 0.32

 M value IS 0.84

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6A199C (or 0x6A199C) is known color: Royal Purple. HEX triplet: 6A, 19 and 9C. RGB value is (106,25,156). Sum of RGB (Red+Green+Blue) = 106+25+156=287 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.93% from 287); Green value is 25 (10.16% from 255 or 8.71% from 287); Blue value is 156 (61.33% from 255 or 54.36% from 287); Max value from RGB is 156 - color contains mainly: blue. Hex color #6A199C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A199C is #95E663. Grayscale: #3F3F3F. Windows color (decimal): -9823844 or 10230122. OLE color: 10230122.

HSL color Cylindrical-coordinate representation of color #6A199C: hue angle of 277.1º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6A199C is Cyan = 0.32, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 106 25 156 -
CMYK 0.32 0.84 0 0.39
HSL 277.1º 0.72% 0.35% -
HSV(B) 277.1º 0.84% 0.61% -
XYZ 12.29 6.16 31.99 -
YUV 64.15 179.84 157.85 -
System Red Green Blue C M Y K H S L
Decimal 106 25 156 0.32 0.84 0 0.39 277.1 0.72 0.35
Hex 6A 19 9C 20 54 0 27 115 48 23
Octal 152 31 234 40 124 0 47 425 110 43
Binary 1101010 11001 10011100 100000 1010100 0 100111 100010101 1001000 100011

Color Harmonies of #6A199C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A199C

Black with #6A199C

Text Example


Text Example

White with #6A199C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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