Html Css Color HEX #6536AA Royal Purple

📋 copy color: '#6536AA'

red 101 ◦ green 54 ◦ blue 170

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

Shades of Royal Purple #6536AA

Tints of Royal Purple #6536AA

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.62%

 BLUE value IS 170 (66.8% from 255) = 52.31%

R = 31.08%
G = 16.62%
B = 52.31%

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

#6536AA (or 0x6536AA) is known color: Royal Purple. HEX triplet: 65, 36 and AA. RGB value is (101,54,170). Sum of RGB (Red+Green+Blue) = 101+54+170=325 (43% of max value = 765). Red value is 101 (39.84% from 255 or 31.08% from 325); Green value is 54 (21.48% from 255 or 16.62% from 325); Blue value is 170 (66.80% from 255 or 52.31% from 325); Max value from RGB is 170 - color contains mainly: blue. Hex color #6536AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6536AA is #9AC955. Grayscale: #505050. Windows color (decimal): -10144086 or 11155045. OLE color: 11155045.

HSL color Cylindrical-coordinate representation of color #6536AA: hue angle of 264.31º degrees, saturation: 0.52, 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 #6536AA is Cyan = 0.41, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 101 54 170 -
CMYK 0.41 0.68 0 0.33
HSL 264.31º 0.52% 0.44% -
HSV(B) 264.31º 0.68% 0.67% -
XYZ 13.94 8.31 38.9 -
YUV 81.28 178.07 142.07 -
System Red Green Blue C M Y K H S L
Decimal 101 54 170 0.41 0.68 0 0.33 264.31 0.52 0.44
Hex 65 36 AA 29 44 0 21 108 34 2C
Octal 145 66 252 51 104 0 41 410 64 54
Binary 1100101 110110 10101010 101001 1000100 0 100001 100001000 110100 101100

Color Harmonies of #6536AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6536AA

Black with #6536AA

Text Example


Text Example

White with #6536AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6536AA; }

 p { color: rgb(101,54,170); }

 H1.HeaderClassName
 {
   color: #6536AA;
 }
 .AnyTagClassName
 {
   color: #6536AA;
 }
</style>

background-color css

<style>
 a { background-color: #6536AA; }

 a { background-color: rgb(101,54,170); }

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

border-color css

<style>
 span { border-color: #6536AA; }

 span { border-color: rgb(101,54,170); }

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