Html Css Color HEX #651AA0 Royal Purple

📋 copy color: '#651AA0'

red 101 ◦ green 26 ◦ blue 160

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

Shades of Royal Purple #651AA0

Tints of Royal Purple #651AA0

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.06%

 BLUE value IS 160 (62.89% from 255) = 55.75%

R = 35.19%
G = 9.06%
B = 55.75%

CMYK

 C value IS 0.37

 M value IS 0.84

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#651AA0 (or 0x651AA0) is known color: Royal Purple. HEX triplet: 65, 1A and A0. RGB value is (101,26,160). Sum of RGB (Red+Green+Blue) = 101+26+160=287 (38% of max value = 765). Red value is 101 (39.84% from 255 or 35.19% from 287); Green value is 26 (10.55% from 255 or 9.06% from 287); Blue value is 160 (62.89% from 255 or 55.75% from 287); Max value from RGB is 160 - color contains mainly: blue. Hex color #651AA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #651AA0 is #9AE55F. Grayscale: #3F3F3F. Windows color (decimal): -10151264 or 10492517. OLE color: 10492517.

HSL color Cylindrical-coordinate representation of color #651AA0: hue angle of 273.58º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #651AA0 is Cyan = 0.37, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 101 26 160 -
CMYK 0.37 0.84 0 0.37
HSL 273.58º 0.72% 0.36% -
HSV(B) 273.58º 0.84% 0.63% -
XYZ 12.08 6.04 33.79 -
YUV 63.7 182.35 154.6 -
System Red Green Blue C M Y K H S L
Decimal 101 26 160 0.37 0.84 0 0.37 273.58 0.72 0.36
Hex 65 1A A0 25 54 0 25 112 48 24
Octal 145 32 240 45 124 0 45 422 110 44
Binary 1100101 11010 10100000 100101 1010100 0 100101 100010010 1001000 100100

Color Harmonies of #651AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651AA0

Black with #651AA0

Text Example


Text Example

White with #651AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651AA0; }

 p { color: rgb(101,26,160); }

 H1.HeaderClassName
 {
   color: #651AA0;
 }
 .AnyTagClassName
 {
   color: #651AA0;
 }
</style>

background-color css

<style>
 a { background-color: #651AA0; }

 a { background-color: rgb(101,26,160); }

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

border-color css

<style>
 span { border-color: #651AA0; }

 span { border-color: rgb(101,26,160); }

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