Html Css Color HEX #654999 Royal Purple

📋 copy color: '#654999'

red 101 ◦ green 73 ◦ blue 153

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

Shades of Royal Purple #654999

Tints of Royal Purple #654999

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.32%

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

R = 30.89%
G = 22.32%
B = 46.79%

CMYK

 C value IS 0.34

 M value IS 0.52

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#654999 (or 0x654999) is known color: Royal Purple. HEX triplet: 65, 49 and 99. RGB value is (101,73,153). Sum of RGB (Red+Green+Blue) = 101+73+153=327 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.89% from 327); Green value is 73 (28.91% from 255 or 22.32% from 327); Blue value is 153 (60.16% from 255 or 46.79% from 327); Max value from RGB is 153 - color contains mainly: blue. Hex color #654999 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #654999 is #9AB666. Grayscale: #5A5A5A. Windows color (decimal): -10139239 or 10045797. OLE color: 10045797.

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

Color convert

RGB 101 73 153 -
CMYK 0.34 0.52 0 0.4
HSL 261º 0.35% 0.44% -
HSV(B) 261º 0.52% 0.6% -
XYZ 13.5 9.83 31.32 -
YUV 90.49 163.28 135.5 -
System Red Green Blue C M Y K H S L
Decimal 101 73 153 0.34 0.52 0 0.4 261 0.35 0.44
Hex 65 49 99 22 34 0 28 105 23 2C
Octal 145 111 231 42 64 0 50 405 43 54
Binary 1100101 1001001 10011001 100010 110100 0 101000 100000101 100011 101100

Color Harmonies of #654999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654999

Black with #654999

Text Example


Text Example

White with #654999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #654999; }

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

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

background-color css

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

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

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

border-color css

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

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

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