Html Css Color HEX #6532AC Royal Purple

📋 copy color: '#6532AC'

red 101 ◦ green 50 ◦ blue 172

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

Shades of Royal Purple #6532AC

Tints of Royal Purple #6532AC

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.48%

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

R = 31.27%
G = 15.48%
B = 53.25%

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

#6532AC (or 0x6532AC) is known color: Royal Purple. HEX triplet: 65, 32 and AC. RGB value is (101,50,172). Sum of RGB (Red+Green+Blue) = 101+50+172=323 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.27% from 323); Green value is 50 (19.92% from 255 or 15.48% from 323); Blue value is 172 (67.58% from 255 or 53.25% from 323); Max value from RGB is 172 - color contains mainly: blue. Hex color #6532AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6532AC is #9ACD53. Grayscale: #4E4E4E. Windows color (decimal): -10145108 or 11285093. OLE color: 11285093.

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

Color convert

RGB 101 50 172 -
CMYK 0.41 0.71 0 0.33
HSL 265.08º 0.55% 0.44% -
HSV(B) 265.08º 0.71% 0.67% -
XYZ 13.95 8.03 39.84 -
YUV 79.16 180.4 143.58 -
System Red Green Blue C M Y K H S L
Decimal 101 50 172 0.41 0.71 0 0.33 265.08 0.55 0.44
Hex 65 32 AC 29 47 0 21 109 37 2C
Octal 145 62 254 51 107 0 41 411 67 54
Binary 1100101 110010 10101100 101001 1000111 0 100001 100001001 110111 101100

Color Harmonies of #6532AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6532AC

Black with #6532AC

Text Example


Text Example

White with #6532AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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