Html Css Color HEX #6540AA Royal Purple

📋 copy color: '#6540AA'

red 101 ◦ green 64 ◦ blue 170

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

Shades of Royal Purple #6540AA

Tints of Royal Purple #6540AA

RGB

 RED value IS 101 (39.84% from 255) = 30.15%

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

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

R = 30.15%
G = 19.1%
B = 50.75%

CMYK

 C value IS 0.41

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6540AA (or 0x6540AA) is known color: Royal Purple. HEX triplet: 65, 40 and AA. RGB value is (101,64,170). Sum of RGB (Red+Green+Blue) = 101+64+170=335 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.15% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 170 (66.80% from 255 or 50.75% from 335); Max value from RGB is 170 - color contains mainly: blue. Hex color #6540AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6540AA is #9ABF55. Grayscale: #565656. Windows color (decimal): -10141526 or 11157605. OLE color: 11157605.

HSL color Cylindrical-coordinate representation of color #6540AA: hue angle of 260.94º 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 #6540AA is Cyan = 0.41, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 101 64 170 -
CMYK 0.41 0.62 0 0.33
HSL 260.94º 0.45% 0.46% -
HSV(B) 260.94º 0.62% 0.67% -
XYZ 14.46 9.34 39.07 -
YUV 87.15 174.76 137.88 -
System Red Green Blue C M Y K H S L
Decimal 101 64 170 0.41 0.62 0 0.33 260.94 0.45 0.46
Hex 65 40 AA 29 3E 0 21 105 2D 2E
Octal 145 100 252 51 76 0 41 405 55 56
Binary 1100101 1000000 10101010 101001 111110 0 100001 100000101 101101 101110

Color Harmonies of #6540AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6540AA

Black with #6540AA

Text Example


Text Example

White with #6540AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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