Html Css Color HEX #6140AC Royal Purple

📋 copy color: '#6140AC'

red 97 ◦ green 64 ◦ blue 172

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

Shades of Royal Purple #6140AC

Tints of Royal Purple #6140AC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.22%

 BLUE value IS 172 (67.58% from 255) = 51.65%

R = 29.13%
G = 19.22%
B = 51.65%

CMYK

 C value IS 0.44

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6140AC (or 0x6140AC) is known color: Royal Purple. HEX triplet: 61, 40 and AC. RGB value is (97,64,172). Sum of RGB (Red+Green+Blue) = 97+64+172=333 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.13% from 333); Green value is 64 (25.39% from 255 or 19.22% from 333); Blue value is 172 (67.58% from 255 or 51.65% from 333); Max value from RGB is 172 - color contains mainly: blue. Hex color #6140AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6140AC is #9EBF53. Grayscale: #555555. Windows color (decimal): -10403668 or 11288673. OLE color: 11288673.

HSL color Cylindrical-coordinate representation of color #6140AC: hue angle of 258.33º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6140AC is Cyan = 0.44, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 97 64 172 -
CMYK 0.44 0.63 0 0.33
HSL 258.33º 0.46% 0.46% -
HSV(B) 258.33º 0.63% 0.67% -
XYZ 14.21 9.19 40.05 -
YUV 86.18 176.43 135.72 -
System Red Green Blue C M Y K H S L
Decimal 97 64 172 0.44 0.63 0 0.33 258.33 0.46 0.46
Hex 61 40 AC 2C 3F 0 21 102 2E 2E
Octal 141 100 254 54 77 0 41 402 56 56
Binary 1100001 1000000 10101100 101100 111111 0 100001 100000010 101110 101110

Color Harmonies of #6140AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6140AC

Black with #6140AC

Text Example


Text Example

White with #6140AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6140AC; }

 p { color: rgb(97,64,172); }

 H1.HeaderClassName
 {
   color: #6140AC;
 }
 .AnyTagClassName
 {
   color: #6140AC;
 }
</style>

background-color css

<style>
 a { background-color: #6140AC; }

 a { background-color: rgb(97,64,172); }

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

border-color css

<style>
 span { border-color: #6140AC; }

 span { border-color: rgb(97,64,172); }

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