Html Css Color HEX #651BA1 Royal Purple

📋 copy color: '#651BA1'

red 101 ◦ green 27 ◦ blue 161

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

Shades of Royal Purple #651BA1

Tints of Royal Purple #651BA1

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.34%

 BLUE value IS 161 (63.28% from 255) = 55.71%

R = 34.95%
G = 9.34%
B = 55.71%

CMYK

 C value IS 0.37

 M value IS 0.83

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#651BA1 (or 0x651BA1) is known color: Royal Purple. HEX triplet: 65, 1B and A1. RGB value is (101,27,161). Sum of RGB (Red+Green+Blue) = 101+27+161=289 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.95% from 289); Green value is 27 (10.94% from 255 or 9.34% from 289); Blue value is 161 (63.28% from 255 or 55.71% from 289); Max value from RGB is 161 - color contains mainly: blue. Hex color #651BA1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #651BA1 is #9AE45E. Grayscale: #3F3F3F. Windows color (decimal): -10151007 or 10558309. OLE color: 10558309.

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

Color convert

RGB 101 27 161 -
CMYK 0.37 0.83 0 0.37
HSL 273.13º 0.71% 0.37% -
HSV(B) 273.13º 0.83% 0.63% -
XYZ 12.19 6.12 34.26 -
YUV 64.4 182.52 154.1 -
System Red Green Blue C M Y K H S L
Decimal 101 27 161 0.37 0.83 0 0.37 273.13 0.71 0.37
Hex 65 1B A1 25 53 0 25 111 47 25
Octal 145 33 241 45 123 0 45 421 107 45
Binary 1100101 11011 10100001 100101 1010011 0 100101 100010001 1000111 100101

Color Harmonies of #651BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651BA1

Black with #651BA1

Text Example


Text Example

White with #651BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,27,161); }

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

background-color css

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

 a { background-color: rgb(101,27,161); }

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

border-color css

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

 span { border-color: rgb(101,27,161); }

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