Html Css Color HEX #6531AC Royal Purple

📋 copy color: '#6531AC'

red 101 ◦ green 49 ◦ blue 172

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

Shades of Royal Purple #6531AC

Tints of Royal Purple #6531AC

RGB

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

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

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

R = 31.37%
G = 15.22%
B = 53.42%

CMYK

 C value IS 0.41

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6531AC (or 0x6531AC) is known color: Royal Purple. HEX triplet: 65, 31 and AC. RGB value is (101,49,172). Sum of RGB (Red+Green+Blue) = 101+49+172=322 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.37% from 322); Green value is 49 (19.53% from 255 or 15.22% from 322); Blue value is 172 (67.58% from 255 or 53.42% from 322); Max value from RGB is 172 - color contains mainly: blue. Hex color #6531AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6531AC is #9ACE53. Grayscale: #4E4E4E. Windows color (decimal): -10145364 or 11284837. OLE color: 11284837.

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

Color convert

RGB 101 49 172 -
CMYK 0.41 0.72 0 0.33
HSL 265.37º 0.56% 0.43% -
HSV(B) 265.37º 0.72% 0.67% -
XYZ 13.91 7.94 39.83 -
YUV 78.57 180.73 144 -
System Red Green Blue C M Y K H S L
Decimal 101 49 172 0.41 0.72 0 0.33 265.37 0.56 0.43
Hex 65 31 AC 29 48 0 21 109 38 2B
Octal 145 61 254 51 110 0 41 411 70 53
Binary 1100101 110001 10101100 101001 1001000 0 100001 100001001 111000 101011

Color Harmonies of #6531AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6531AC

Black with #6531AC

Text Example


Text Example

White with #6531AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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