Html Css Color HEX #6540A6 Royal Purple

📋 copy color: '#6540A6'

red 101 ◦ green 64 ◦ blue 166

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

Shades of Royal Purple #6540A6

Tints of Royal Purple #6540A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 50.15%

R = 30.51%
G = 19.34%
B = 50.15%

CMYK

 C value IS 0.39

 M value IS 0.61

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#6540A6 (or 0x6540A6) is known color: Royal Purple. HEX triplet: 65, 40 and A6. RGB value is (101,64,166). Sum of RGB (Red+Green+Blue) = 101+64+166=331 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.51% from 331); Green value is 64 (25.39% from 255 or 19.34% from 331); Blue value is 166 (65.23% from 255 or 50.15% from 331); Max value from RGB is 166 - color contains mainly: blue. Hex color #6540A6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6540A6 is #9ABF59. Grayscale: #565656. Windows color (decimal): -10141530 or 10895461. OLE color: 10895461.

HSL color Cylindrical-coordinate representation of color #6540A6: hue angle of 261.76º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6540A6 is Cyan = 0.39, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 101 64 166 -
CMYK 0.39 0.61 0 0.35
HSL 261.76º 0.44% 0.45% -
HSV(B) 261.76º 0.61% 0.65% -
XYZ 14.08 9.19 37.11 -
YUV 86.69 172.76 138.21 -
System Red Green Blue C M Y K H S L
Decimal 101 64 166 0.39 0.61 0 0.35 261.76 0.44 0.45
Hex 65 40 A6 27 3D 0 23 106 2C 2D
Octal 145 100 246 47 75 0 43 406 54 55
Binary 1100101 1000000 10100110 100111 111101 0 100011 100000110 101100 101101

Color Harmonies of #6540A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6540A6

Black with #6540A6

Text Example


Text Example

White with #6540A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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