Html Css Color HEX #6534AE Royal Purple

📋 copy color: '#6534AE'

red 101 ◦ green 52 ◦ blue 174

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

Shades of Royal Purple #6534AE

Tints of Royal Purple #6534AE

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.9%

 BLUE value IS 174 (68.36% from 255) = 53.21%

R = 30.89%
G = 15.9%
B = 53.21%

CMYK

 C value IS 0.42

 M value IS 0.70

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6534AE (or 0x6534AE) is known color: Royal Purple. HEX triplet: 65, 34 and AE. RGB value is (101,52,174). Sum of RGB (Red+Green+Blue) = 101+52+174=327 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.89% from 327); Green value is 52 (20.70% from 255 or 15.90% from 327); Blue value is 174 (68.36% from 255 or 53.21% from 327); Max value from RGB is 174 - color contains mainly: blue. Hex color #6534AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6534AE is #9ACB51. Grayscale: #505050. Windows color (decimal): -10144594 or 11416677. OLE color: 11416677.

HSL color Cylindrical-coordinate representation of color #6534AE: hue angle of 264.1º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6534AE is Cyan = 0.42, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 101 52 174 -
CMYK 0.42 0.70 0 0.32
HSL 264.1º 0.54% 0.44% -
HSV(B) 264.1º 0.7% 0.68% -
XYZ 14.23 8.28 40.89 -
YUV 80.56 180.73 142.58 -
System Red Green Blue C M Y K H S L
Decimal 101 52 174 0.42 0.70 0 0.32 264.1 0.54 0.44
Hex 65 34 AE 2A 46 0 20 108 36 2C
Octal 145 64 256 52 106 0 40 410 66 54
Binary 1100101 110100 10101110 101010 1000110 0 100000 100001000 110110 101100

Color Harmonies of #6534AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6534AE

Black with #6534AE

Text Example


Text Example

White with #6534AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6534AE; }

 p { color: rgb(101,52,174); }

 H1.HeaderClassName
 {
   color: #6534AE;
 }
 .AnyTagClassName
 {
   color: #6534AE;
 }
</style>

background-color css

<style>
 a { background-color: #6534AE; }

 a { background-color: rgb(101,52,174); }

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

border-color css

<style>
 span { border-color: #6534AE; }

 span { border-color: rgb(101,52,174); }

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