Html Css Color HEX #6535AC Royal Purple

📋 copy color: '#6535AC'

red 101 ◦ green 53 ◦ blue 172

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

Shades of Royal Purple #6535AC

Tints of Royal Purple #6535AC

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.26%

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

R = 30.98%
G = 16.26%
B = 52.76%

CMYK

 C value IS 0.41

 M value IS 0.69

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6535AC (or 0x6535AC) is known color: Royal Purple. HEX triplet: 65, 35 and AC. RGB value is (101,53,172). Sum of RGB (Red+Green+Blue) = 101+53+172=326 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.98% from 326); Green value is 53 (21.09% from 255 or 16.26% from 326); Blue value is 172 (67.58% from 255 or 52.76% from 326); Max value from RGB is 172 - color contains mainly: blue. Hex color #6535AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6535AC is #9ACA53. Grayscale: #505050. Windows color (decimal): -10144340 or 11285861. OLE color: 11285861.

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

Color convert

RGB 101 53 172 -
CMYK 0.41 0.69 0 0.33
HSL 264.2º 0.53% 0.44% -
HSV(B) 264.2º 0.69% 0.67% -
XYZ 14.09 8.29 39.89 -
YUV 80.92 179.4 142.32 -
System Red Green Blue C M Y K H S L
Decimal 101 53 172 0.41 0.69 0 0.33 264.2 0.53 0.44
Hex 65 35 AC 29 45 0 21 108 35 2C
Octal 145 65 254 51 105 0 41 410 65 54
Binary 1100101 110101 10101100 101001 1000101 0 100001 100001000 110101 101100

Color Harmonies of #6535AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6535AC

Black with #6535AC

Text Example


Text Example

White with #6535AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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