Html Css Color HEX #6533AB Royal Purple

📋 copy color: '#6533AB'

red 101 ◦ green 51 ◦ blue 171

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

Shades of Royal Purple #6533AB

Tints of Royal Purple #6533AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 52.94%

R = 31.27%
G = 15.79%
B = 52.94%

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

#6533AB (or 0x6533AB) is known color: Royal Purple. HEX triplet: 65, 33 and AB. RGB value is (101,51,171). Sum of RGB (Red+Green+Blue) = 101+51+171=323 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.27% from 323); Green value is 51 (20.31% from 255 or 15.79% from 323); Blue value is 171 (67.19% from 255 or 52.94% from 323); Max value from RGB is 171 - color contains mainly: blue. Hex color #6533AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6533AB is #9ACC54. Grayscale: #4F4F4F. Windows color (decimal): -10144853 or 11219813. OLE color: 11219813.

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

Color convert

RGB 101 51 171 -
CMYK 0.41 0.70 0 0.33
HSL 265º 0.54% 0.44% -
HSV(B) 265º 0.7% 0.67% -
XYZ 13.9 8.07 39.35 -
YUV 79.63 179.57 143.24 -
System Red Green Blue C M Y K H S L
Decimal 101 51 171 0.41 0.70 0 0.33 265 0.54 0.44
Hex 65 33 AB 29 46 0 21 109 36 2C
Octal 145 63 253 51 106 0 41 411 66 54
Binary 1100101 110011 10101011 101001 1000110 0 100001 100001001 110110 101100

Color Harmonies of #6533AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6533AB

Black with #6533AB

Text Example


Text Example

White with #6533AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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