Html Css Color HEX #6533AC Royal Purple

📋 copy color: '#6533AC'

red 101 ◦ green 51 ◦ blue 172

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

Shades of Royal Purple #6533AC

Tints of Royal Purple #6533AC

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.74%

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

R = 31.17%
G = 15.74%
B = 53.09%

CMYK

 C value IS 0.41

 M value IS 0.70

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6533AC (or 0x6533AC) is known color: Royal Purple. HEX triplet: 65, 33 and AC. RGB value is (101,51,172). Sum of RGB (Red+Green+Blue) = 101+51+172=324 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.17% from 324); Green value is 51 (20.31% from 255 or 15.74% from 324); Blue value is 172 (67.58% from 255 or 53.09% from 324); Max value from RGB is 172 - color contains mainly: blue. Hex color #6533AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6533AC is #9ACC53. Grayscale: #4F4F4F. Windows color (decimal): -10144852 or 11285349. OLE color: 11285349.

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

Color convert

RGB 101 51 172 -
CMYK 0.41 0.70 0 0.33
HSL 264.79º 0.54% 0.44% -
HSV(B) 264.79º 0.7% 0.67% -
XYZ 14 8.11 39.86 -
YUV 79.74 180.07 143.16 -
System Red Green Blue C M Y K H S L
Decimal 101 51 172 0.41 0.70 0 0.33 264.79 0.54 0.44
Hex 65 33 AC 29 46 0 21 109 36 2C
Octal 145 63 254 51 106 0 41 411 66 54
Binary 1100101 110011 10101100 101001 1000110 0 100001 100001001 110110 101100

Color Harmonies of #6533AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6533AC

Black with #6533AC

Text Example


Text Example

White with #6533AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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