Html Css Color HEX #6545AA Royal Purple

📋 copy color: '#6545AA'

red 101 ◦ green 69 ◦ blue 170

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

Shades of Royal Purple #6545AA

Tints of Royal Purple #6545AA

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.29%

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

R = 29.71%
G = 20.29%
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

#6545AA (or 0x6545AA) is known color: Royal Purple. HEX triplet: 65, 45 and AA. RGB value is (101,69,170). Sum of RGB (Red+Green+Blue) = 101+69+170=340 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.71% from 340); Green value is 69 (27.34% from 255 or 20.29% from 340); Blue value is 170 (66.80% from 255 or 50% from 340); Max value from RGB is 170 - color contains mainly: blue. Hex color #6545AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6545AA is #9ABA55. Grayscale: #595959. Windows color (decimal): -10140246 or 11158885. OLE color: 11158885.

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

Color convert

RGB 101 69 170 -
CMYK 0.41 0.59 0 0.33
HSL 259.01º 0.42% 0.47% -
HSV(B) 259.01º 0.59% 0.67% -
XYZ 14.75 9.93 39.17 -
YUV 90.08 173.1 135.79 -
System Red Green Blue C M Y K H S L
Decimal 101 69 170 0.41 0.59 0 0.33 259.01 0.42 0.47
Hex 65 45 AA 29 3B 0 21 103 2A 2F
Octal 145 105 252 51 73 0 41 403 52 57
Binary 1100101 1000101 10101010 101001 111011 0 100001 100000011 101010 101111

Color Harmonies of #6545AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6545AA

Black with #6545AA

Text Example


Text Example

White with #6545AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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