Html Css Color HEX #654899 Royal Purple

📋 copy color: '#654899'

red 101 ◦ green 72 ◦ blue 153

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

Shades of Royal Purple #654899

Tints of Royal Purple #654899

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.09%

 BLUE value IS 153 (60.16% from 255) = 46.93%

R = 30.98%
G = 22.09%
B = 46.93%

CMYK

 C value IS 0.34

 M value IS 0.53

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#654899 (or 0x654899) is known color: Royal Purple. HEX triplet: 65, 48 and 99. RGB value is (101,72,153). Sum of RGB (Red+Green+Blue) = 101+72+153=326 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.98% from 326); Green value is 72 (28.52% from 255 or 22.09% from 326); Blue value is 153 (60.16% from 255 or 46.93% from 326); Max value from RGB is 153 - color contains mainly: blue. Hex color #654899 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #654899 is #9AB766. Grayscale: #595959. Windows color (decimal): -10139495 or 10045541. OLE color: 10045541.

HSL color Cylindrical-coordinate representation of color #654899: hue angle of 261.48º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #654899 is Cyan = 0.34, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 101 72 153 -
CMYK 0.34 0.53 0 0.4
HSL 261.48º 0.36% 0.44% -
HSV(B) 261.48º 0.53% 0.6% -
XYZ 13.43 9.7 31.3 -
YUV 89.91 163.61 135.91 -
System Red Green Blue C M Y K H S L
Decimal 101 72 153 0.34 0.53 0 0.4 261.48 0.36 0.44
Hex 65 48 99 22 35 0 28 105 24 2C
Octal 145 110 231 42 65 0 50 405 44 54
Binary 1100101 1001000 10011001 100010 110101 0 101000 100000101 100100 101100

Color Harmonies of #654899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654899

Black with #654899

Text Example


Text Example

White with #654899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #654899; }

 p { color: rgb(101,72,153); }

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

background-color css

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

 a { background-color: rgb(101,72,153); }

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

border-color css

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

 span { border-color: rgb(101,72,153); }

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