Html Css Color HEX #654BA1 Royal Purple

📋 copy color: '#654BA1'

red 101 ◦ green 75 ◦ blue 161

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

Shades of Royal Purple #654BA1

Tints of Royal Purple #654BA1

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.26%

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

R = 29.97%
G = 22.26%
B = 47.77%

CMYK

 C value IS 0.37

 M value IS 0.53

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#654BA1 (or 0x654BA1) is known color: Royal Purple. HEX triplet: 65, 4B and A1. RGB value is (101,75,161). Sum of RGB (Red+Green+Blue) = 101+75+161=337 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.97% from 337); Green value is 75 (29.69% from 255 or 22.26% from 337); Blue value is 161 (63.28% from 255 or 47.77% from 337); Max value from RGB is 161 - color contains mainly: blue. Hex color #654BA1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #654BA1 is #9AB45E. Grayscale: #5C5C5C. Windows color (decimal): -10138719 or 10570597. OLE color: 10570597.

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

Color convert

RGB 101 75 161 -
CMYK 0.37 0.53 0 0.37
HSL 258.14º 0.36% 0.46% -
HSV(B) 258.14º 0.53% 0.63% -
XYZ 14.32 10.37 34.97 -
YUV 92.58 166.61 134.01 -
System Red Green Blue C M Y K H S L
Decimal 101 75 161 0.37 0.53 0 0.37 258.14 0.36 0.46
Hex 65 4B A1 25 35 0 25 102 24 2E
Octal 145 113 241 45 65 0 45 402 44 56
Binary 1100101 1001011 10100001 100101 110101 0 100101 100000010 100100 101110

Color Harmonies of #654BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654BA1

Black with #654BA1

Text Example


Text Example

White with #654BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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