Html Css Color HEX #6140AA Royal Purple

📋 copy color: '#6140AA'

red 97 ◦ green 64 ◦ blue 170

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

Shades of Royal Purple #6140AA

Tints of Royal Purple #6140AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 51.36%

R = 29.31%
G = 19.34%
B = 51.36%

CMYK

 C value IS 0.43

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6140AA (or 0x6140AA) is known color: Royal Purple. HEX triplet: 61, 40 and AA. RGB value is (97,64,170). Sum of RGB (Red+Green+Blue) = 97+64+170=331 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.31% from 331); Green value is 64 (25.39% from 255 or 19.34% from 331); Blue value is 170 (66.80% from 255 or 51.36% from 331); Max value from RGB is 170 - color contains mainly: blue. Hex color #6140AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6140AA is #9EBF55. Grayscale: #555555. Windows color (decimal): -10403670 or 11157601. OLE color: 11157601.

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

Color convert

RGB 97 64 170 -
CMYK 0.43 0.62 0 0.33
HSL 258.68º 0.45% 0.46% -
HSV(B) 258.68º 0.62% 0.67% -
XYZ 14.02 9.11 39.05 -
YUV 85.95 175.43 135.88 -
System Red Green Blue C M Y K H S L
Decimal 97 64 170 0.43 0.62 0 0.33 258.68 0.45 0.46
Hex 61 40 AA 2B 3E 0 21 103 2D 2E
Octal 141 100 252 53 76 0 41 403 55 56
Binary 1100001 1000000 10101010 101011 111110 0 100001 100000011 101101 101110

Color Harmonies of #6140AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6140AA

Black with #6140AA

Text Example


Text Example

White with #6140AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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