Html Css Color HEX #6537AB Royal Purple

📋 copy color: '#6537AB'

red 101 ◦ green 55 ◦ blue 171

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

Shades of Royal Purple #6537AB

Tints of Royal Purple #6537AB

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.82%

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

R = 30.89%
G = 16.82%
B = 52.29%

CMYK

 C value IS 0.41

 M value IS 0.68

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6537AB (or 0x6537AB) is known color: Royal Purple. HEX triplet: 65, 37 and AB. RGB value is (101,55,171). Sum of RGB (Red+Green+Blue) = 101+55+171=327 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.89% from 327); Green value is 55 (21.88% from 255 or 16.82% from 327); Blue value is 171 (67.19% from 255 or 52.29% from 327); Max value from RGB is 171 - color contains mainly: blue. Hex color #6537AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6537AB is #9AC854. Grayscale: #515151. Windows color (decimal): -10143829 or 11220837. OLE color: 11220837.

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

Color convert

RGB 101 55 171 -
CMYK 0.41 0.68 0 0.33
HSL 263.79º 0.51% 0.44% -
HSV(B) 263.79º 0.68% 0.67% -
XYZ 14.08 8.44 39.41 -
YUV 81.98 178.24 141.57 -
System Red Green Blue C M Y K H S L
Decimal 101 55 171 0.41 0.68 0 0.33 263.79 0.51 0.44
Hex 65 37 AB 29 44 0 21 108 33 2C
Octal 145 67 253 51 104 0 41 410 63 54
Binary 1100101 110111 10101011 101001 1000100 0 100001 100001000 110011 101100

Color Harmonies of #6537AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6537AB

Black with #6537AB

Text Example


Text Example

White with #6537AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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