Html Css Color HEX #654BA0 Royal Purple

📋 copy color: '#654BA0'

red 101 ◦ green 75 ◦ blue 160

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

Shades of Royal Purple #654BA0

Tints of Royal Purple #654BA0

RGB

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

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

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

R = 30.06%
G = 22.32%
B = 47.62%

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

#654BA0 (or 0x654BA0) is known color: Royal Purple. HEX triplet: 65, 4B and A0. RGB value is (101,75,160). Sum of RGB (Red+Green+Blue) = 101+75+160=336 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.06% from 336); Green value is 75 (29.69% from 255 or 22.32% from 336); Blue value is 160 (62.89% from 255 or 47.62% from 336); Max value from RGB is 160 - color contains mainly: blue. Hex color #654BA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #654BA0 is #9AB45F. Grayscale: #5C5C5C. Windows color (decimal): -10138720 or 10505061. OLE color: 10505061.

HSL color Cylindrical-coordinate representation of color #654BA0: hue angle of 258.35º 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 #654BA0 is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 101 75 160 -
CMYK 0.37 0.53 0 0.37
HSL 258.35º 0.36% 0.46% -
HSV(B) 258.35º 0.53% 0.63% -
XYZ 14.23 10.34 34.5 -
YUV 92.46 166.11 134.09 -
System Red Green Blue C M Y K H S L
Decimal 101 75 160 0.37 0.53 0 0.37 258.35 0.36 0.46
Hex 65 4B A0 25 35 0 25 102 24 2E
Octal 145 113 240 45 65 0 45 402 44 56
Binary 1100101 1001011 10100000 100101 110101 0 100101 100000010 100100 101110

Color Harmonies of #654BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654BA0

Black with #654BA0

Text Example


Text Example

White with #654BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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