Html Css Color HEX #6546AB Royal Purple

📋 copy color: '#6546AB'

red 101 ◦ green 70 ◦ blue 171

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

Shades of Royal Purple #6546AB

Tints of Royal Purple #6546AB

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.47%

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

R = 29.53%
G = 20.47%
B = 50%

CMYK

 C value IS 0.41

 M value IS 0.59

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6546AB (or 0x6546AB) is known color: Royal Purple. HEX triplet: 65, 46 and AB. RGB value is (101,70,171). Sum of RGB (Red+Green+Blue) = 101+70+171=342 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.53% from 342); Green value is 70 (27.73% from 255 or 20.47% from 342); Blue value is 171 (67.19% from 255 or 50% from 342); Max value from RGB is 171 - color contains mainly: blue. Hex color #6546AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6546AB is #9AB954. Grayscale: #5A5A5A. Windows color (decimal): -10139989 or 11224677. OLE color: 11224677.

HSL color Cylindrical-coordinate representation of color #6546AB: hue angle of 258.42º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6546AB is Cyan = 0.41, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 101 70 171 -
CMYK 0.41 0.59 0 0.33
HSL 258.42º 0.42% 0.47% -
HSV(B) 258.42º 0.59% 0.67% -
XYZ 14.91 10.09 39.69 -
YUV 90.78 173.27 135.29 -
System Red Green Blue C M Y K H S L
Decimal 101 70 171 0.41 0.59 0 0.33 258.42 0.42 0.47
Hex 65 46 AB 29 3B 0 21 102 2A 2F
Octal 145 106 253 51 73 0 41 402 52 57
Binary 1100101 1000110 10101011 101001 111011 0 100001 100000010 101010 101111

Color Harmonies of #6546AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6546AB

Black with #6546AB

Text Example


Text Example

White with #6546AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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