Html Css Color HEX #6531AA Royal Purple

📋 copy color: '#6531AA'

red 101 ◦ green 49 ◦ blue 170

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

Shades of Royal Purple #6531AA

Tints of Royal Purple #6531AA

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.31%

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

R = 31.56%
G = 15.31%
B = 53.13%

CMYK

 C value IS 0.41

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6531AA (or 0x6531AA) is known color: Royal Purple. HEX triplet: 65, 31 and AA. RGB value is (101,49,170). Sum of RGB (Red+Green+Blue) = 101+49+170=320 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.56% from 320); Green value is 49 (19.53% from 255 or 15.31% from 320); Blue value is 170 (66.80% from 255 or 53.12% from 320); Max value from RGB is 170 - color contains mainly: blue. Hex color #6531AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6531AA is #9ACE55. Grayscale: #4D4D4D. Windows color (decimal): -10145366 or 11153765. OLE color: 11153765.

HSL color Cylindrical-coordinate representation of color #6531AA: hue angle of 265.79º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6531AA is Cyan = 0.41, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 101 49 170 -
CMYK 0.41 0.71 0 0.33
HSL 265.79º 0.55% 0.43% -
HSV(B) 265.79º 0.71% 0.67% -
XYZ 13.72 7.87 38.83 -
YUV 78.34 179.73 144.16 -
System Red Green Blue C M Y K H S L
Decimal 101 49 170 0.41 0.71 0 0.33 265.79 0.55 0.43
Hex 65 31 AA 29 47 0 21 10A 37 2B
Octal 145 61 252 51 107 0 41 412 67 53
Binary 1100101 110001 10101010 101001 1000111 0 100001 100001010 110111 101011

Color Harmonies of #6531AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6531AA

Black with #6531AA

Text Example


Text Example

White with #6531AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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