Html Css Color HEX #6542AB Royal Purple

📋 copy color: '#6542AB'

red 101 ◦ green 66 ◦ blue 171

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

Shades of Royal Purple #6542AB

Tints of Royal Purple #6542AB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.53%

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

R = 29.88%
G = 19.53%
B = 50.59%

CMYK

 C value IS 0.41

 M value IS 0.61

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6542AB (or 0x6542AB) is known color: Royal Purple. HEX triplet: 65, 42 and AB. RGB value is (101,66,171). Sum of RGB (Red+Green+Blue) = 101+66+171=338 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.88% from 338); Green value is 66 (26.17% from 255 or 19.53% from 338); Blue value is 171 (67.19% from 255 or 50.59% from 338); Max value from RGB is 171 - color contains mainly: blue. Hex color #6542AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6542AB is #9ABD54. Grayscale: #585858. Windows color (decimal): -10141013 or 11223653. OLE color: 11223653.

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

Color convert

RGB 101 66 171 -
CMYK 0.41 0.61 0 0.33
HSL 260º 0.44% 0.46% -
HSV(B) 260º 0.61% 0.67% -
XYZ 14.67 9.6 39.61 -
YUV 88.44 174.6 136.96 -
System Red Green Blue C M Y K H S L
Decimal 101 66 171 0.41 0.61 0 0.33 260 0.44 0.46
Hex 65 42 AB 29 3D 0 21 104 2C 2E
Octal 145 102 253 51 75 0 41 404 54 56
Binary 1100101 1000010 10101011 101001 111101 0 100001 100000100 101100 101110

Color Harmonies of #6542AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6542AB

Black with #6542AB

Text Example


Text Example

White with #6542AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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