Html Css Color HEX #6149A1 Royal Purple

📋 copy color: '#6149A1'

red 97 ◦ green 73 ◦ blue 161

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

Shades of Royal Purple #6149A1

Tints of Royal Purple #6149A1

RGB

 RED value IS 97 (38.28% from 255) = 29.31%

 GREEN value IS 73 (28.91% from 255) = 22.05%

 BLUE value IS 161 (63.28% from 255) = 48.64%

R = 29.31%
G = 22.05%
B = 48.64%

CMYK

 C value IS 0.40

 M value IS 0.55

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#6149A1 (or 0x6149A1) is known color: Royal Purple. HEX triplet: 61, 49 and A1. RGB value is (97,73,161). Sum of RGB (Red+Green+Blue) = 97+73+161=331 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.31% from 331); Green value is 73 (28.91% from 255 or 22.05% from 331); Blue value is 161 (63.28% from 255 or 48.64% from 331); Max value from RGB is 161 - color contains mainly: blue. Hex color #6149A1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6149A1 is #9EB65E. Grayscale: #595959. Windows color (decimal): -10401375 or 10570081. OLE color: 10570081.

HSL color Cylindrical-coordinate representation of color #6149A1: hue angle of 256.36º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6149A1 is Cyan = 0.40, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 97 73 161 -
CMYK 0.40 0.55 0 0.37
HSL 256.36º 0.38% 0.46% -
HSV(B) 256.36º 0.55% 0.63% -
XYZ 13.75 9.88 34.9 -
YUV 90.21 167.95 132.84 -
System Red Green Blue C M Y K H S L
Decimal 97 73 161 0.40 0.55 0 0.37 256.36 0.38 0.46
Hex 61 49 A1 28 37 0 25 100 26 2E
Octal 141 111 241 50 67 0 45 400 46 56
Binary 1100001 1001001 10100001 101000 110111 0 100101 100000000 100110 101110

Color Harmonies of #6149A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6149A1

Black with #6149A1

Text Example


Text Example

White with #6149A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6149A1; }

 p { color: rgb(97,73,161); }

 H1.HeaderClassName
 {
   color: #6149A1;
 }
 .AnyTagClassName
 {
   color: #6149A1;
 }
</style>

background-color css

<style>
 a { background-color: #6149A1; }

 a { background-color: rgb(97,73,161); }

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

border-color css

<style>
 span { border-color: #6149A1; }

 span { border-color: rgb(97,73,161); }

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