Html Css Color HEX #6520A4 Royal Purple

📋 copy color: '#6520A4'

red 101 ◦ green 32 ◦ blue 164

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

Shades of Royal Purple #6520A4

Tints of Royal Purple #6520A4

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.77%

 BLUE value IS 164 (64.45% from 255) = 55.22%

R = 34.01%
G = 10.77%
B = 55.22%

CMYK

 C value IS 0.38

 M value IS 0.80

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#6520A4 (or 0x6520A4) is known color: Royal Purple. HEX triplet: 65, 20 and A4. RGB value is (101,32,164). Sum of RGB (Red+Green+Blue) = 101+32+164=297 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.01% from 297); Green value is 32 (12.89% from 255 or 10.77% from 297); Blue value is 164 (64.45% from 255 or 55.22% from 297); Max value from RGB is 164 - color contains mainly: blue. Hex color #6520A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6520A4 is #9ADF5B. Grayscale: #434343. Windows color (decimal): -10149724 or 10756197. OLE color: 10756197.

HSL color Cylindrical-coordinate representation of color #6520A4: hue angle of 271.36º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6520A4 is Cyan = 0.38, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 101 32 164 -
CMYK 0.38 0.80 0 0.36
HSL 271.36º 0.67% 0.38% -
HSV(B) 271.36º 0.8% 0.64% -
XYZ 12.58 6.48 35.71 -
YUV 67.68 182.36 151.77 -
System Red Green Blue C M Y K H S L
Decimal 101 32 164 0.38 0.80 0 0.36 271.36 0.67 0.38
Hex 65 20 A4 26 50 0 24 10F 43 26
Octal 145 40 244 46 120 0 44 417 103 46
Binary 1100101 100000 10100100 100110 1010000 0 100100 100001111 1000011 100110

Color Harmonies of #6520A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6520A4

Black with #6520A4

Text Example


Text Example

White with #6520A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6520A4; }

 p { color: rgb(101,32,164); }

 H1.HeaderClassName
 {
   color: #6520A4;
 }
 .AnyTagClassName
 {
   color: #6520A4;
 }
</style>

background-color css

<style>
 a { background-color: #6520A4; }

 a { background-color: rgb(101,32,164); }

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

border-color css

<style>
 span { border-color: #6520A4; }

 span { border-color: rgb(101,32,164); }

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