Html Css Color HEX #6543AC Royal Purple

📋 copy color: '#6543AC'

red 101 ◦ green 67 ◦ blue 172

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

Shades of Royal Purple #6543AC

Tints of Royal Purple #6543AC

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.71%

 BLUE value IS 172 (67.58% from 255) = 50.59%

R = 29.71%
G = 19.71%
B = 50.59%

CMYK

 C value IS 0.41

 M value IS 0.61

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6543AC (or 0x6543AC) is known color: Royal Purple. HEX triplet: 65, 43 and AC. RGB value is (101,67,172). Sum of RGB (Red+Green+Blue) = 101+67+172=340 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.71% from 340); Green value is 67 (26.56% from 255 or 19.71% from 340); Blue value is 172 (67.58% from 255 or 50.59% from 340); Max value from RGB is 172 - color contains mainly: blue. Hex color #6543AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6543AC is #9ABC53. Grayscale: #585858. Windows color (decimal): -10140756 or 11289445. OLE color: 11289445.

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

Color convert

RGB 101 67 172 -
CMYK 0.41 0.61 0 0.33
HSL 259.43º 0.44% 0.47% -
HSV(B) 259.43º 0.61% 0.67% -
XYZ 14.82 9.76 40.13 -
YUV 89.14 174.76 136.46 -
System Red Green Blue C M Y K H S L
Decimal 101 67 172 0.41 0.61 0 0.33 259.43 0.44 0.47
Hex 65 43 AC 29 3D 0 21 103 2C 2F
Octal 145 103 254 51 75 0 41 403 54 57
Binary 1100101 1000011 10101100 101001 111101 0 100001 100000011 101100 101111

Color Harmonies of #6543AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6543AC

Black with #6543AC

Text Example


Text Example

White with #6543AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6543AC; }

 p { color: rgb(101,67,172); }

 H1.HeaderClassName
 {
   color: #6543AC;
 }
 .AnyTagClassName
 {
   color: #6543AC;
 }
</style>

background-color css

<style>
 a { background-color: #6543AC; }

 a { background-color: rgb(101,67,172); }

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

border-color css

<style>
 span { border-color: #6543AC; }

 span { border-color: rgb(101,67,172); }

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