Html Css Color HEX #6540AB Royal Purple

📋 copy color: '#6540AB'

red 101 ◦ green 64 ◦ blue 171

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

Shades of Royal Purple #6540AB

Tints of Royal Purple #6540AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 50.89%

R = 30.06%
G = 19.05%
B = 50.89%

CMYK

 C value IS 0.41

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6540AB (or 0x6540AB) is known color: Royal Purple. HEX triplet: 65, 40 and AB. RGB value is (101,64,171). Sum of RGB (Red+Green+Blue) = 101+64+171=336 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.06% from 336); Green value is 64 (25.39% from 255 or 19.05% from 336); Blue value is 171 (67.19% from 255 or 50.89% from 336); Max value from RGB is 171 - color contains mainly: blue. Hex color #6540AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6540AB is #9ABF54. Grayscale: #565656. Windows color (decimal): -10141525 or 11223141. OLE color: 11223141.

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

Color convert

RGB 101 64 171 -
CMYK 0.41 0.63 0 0.33
HSL 260.75º 0.46% 0.46% -
HSV(B) 260.75º 0.63% 0.67% -
XYZ 14.55 9.37 39.57 -
YUV 87.26 175.26 137.8 -
System Red Green Blue C M Y K H S L
Decimal 101 64 171 0.41 0.63 0 0.33 260.75 0.46 0.46
Hex 65 40 AB 29 3F 0 21 105 2E 2E
Octal 145 100 253 51 77 0 41 405 56 56
Binary 1100101 1000000 10101011 101001 111111 0 100001 100000101 101110 101110

Color Harmonies of #6540AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6540AB

Black with #6540AB

Text Example


Text Example

White with #6540AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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