Html Css Color HEX #6536AF Royal Purple

📋 copy color: '#6536AF'

red 101 ◦ green 54 ◦ blue 175

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

Shades of Royal Purple #6536AF

Tints of Royal Purple #6536AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 53.03%

R = 30.61%
G = 16.36%
B = 53.03%

CMYK

 C value IS 0.42

 M value IS 0.69

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6536AF (or 0x6536AF) is known color: Royal Purple. HEX triplet: 65, 36 and AF. RGB value is (101,54,175). Sum of RGB (Red+Green+Blue) = 101+54+175=330 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.61% from 330); Green value is 54 (21.48% from 255 or 16.36% from 330); Blue value is 175 (68.75% from 255 or 53.03% from 330); Max value from RGB is 175 - color contains mainly: blue. Hex color #6536AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6536AF is #9AC950. Grayscale: #515151. Windows color (decimal): -10144081 or 11482725. OLE color: 11482725.

HSL color Cylindrical-coordinate representation of color #6536AF: hue angle of 263.31º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6536AF is Cyan = 0.42, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 101 54 175 -
CMYK 0.42 0.69 0 0.31
HSL 263.31º 0.53% 0.45% -
HSV(B) 263.31º 0.69% 0.69% -
XYZ 14.42 8.5 41.44 -
YUV 81.85 180.57 141.66 -
System Red Green Blue C M Y K H S L
Decimal 101 54 175 0.42 0.69 0 0.31 263.31 0.53 0.45
Hex 65 36 AF 2A 45 0 1F 107 35 2D
Octal 145 66 257 52 105 0 37 407 65 55
Binary 1100101 110110 10101111 101010 1000101 0 11111 100000111 110101 101101

Color Harmonies of #6536AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6536AF

Black with #6536AF

Text Example


Text Example

White with #6536AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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