Html Css Color HEX #6530AA Royal Purple

📋 copy color: '#6530AA'

red 101 ◦ green 48 ◦ blue 170

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

Shades of Royal Purple #6530AA

Tints of Royal Purple #6530AA

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.05%

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

R = 31.66%
G = 15.05%
B = 53.29%

CMYK

 C value IS 0.41

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6530AA (or 0x6530AA) is known color: Royal Purple. HEX triplet: 65, 30 and AA. RGB value is (101,48,170). Sum of RGB (Red+Green+Blue) = 101+48+170=319 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.66% from 319); Green value is 48 (19.14% from 255 or 15.05% from 319); Blue value is 170 (66.80% from 255 or 53.29% from 319); Max value from RGB is 170 - color contains mainly: blue. Hex color #6530AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6530AA is #9ACF55. Grayscale: #4D4D4D. Windows color (decimal): -10145622 or 11153509. OLE color: 11153509.

HSL color Cylindrical-coordinate representation of color #6530AA: hue angle of 266.07º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6530AA is Cyan = 0.41, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 101 48 170 -
CMYK 0.41 0.72 0 0.33
HSL 266.07º 0.56% 0.43% -
HSV(B) 266.07º 0.72% 0.67% -
XYZ 13.68 7.78 38.81 -
YUV 77.76 180.06 144.58 -
System Red Green Blue C M Y K H S L
Decimal 101 48 170 0.41 0.72 0 0.33 266.07 0.56 0.43
Hex 65 30 AA 29 48 0 21 10A 38 2B
Octal 145 60 252 51 110 0 41 412 70 53
Binary 1100101 110000 10101010 101001 1001000 0 100001 100001010 111000 101011

Color Harmonies of #6530AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6530AA

Black with #6530AA

Text Example


Text Example

White with #6530AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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