Html Css Color HEX #654699 Royal Purple

📋 copy color: '#654699'

red 101 ◦ green 70 ◦ blue 153

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

Shades of Royal Purple #654699

Tints of Royal Purple #654699

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.6%

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

R = 31.17%
G = 21.6%
B = 47.22%

CMYK

 C value IS 0.34

 M value IS 0.54

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#654699 (or 0x654699) is known color: Royal Purple. HEX triplet: 65, 46 and 99. RGB value is (101,70,153). Sum of RGB (Red+Green+Blue) = 101+70+153=324 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.17% from 324); Green value is 70 (27.73% from 255 or 21.60% from 324); Blue value is 153 (60.16% from 255 or 47.22% from 324); Max value from RGB is 153 - color contains mainly: blue. Hex color #654699 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #654699 is #9AB966. Grayscale: #585858. Windows color (decimal): -10140007 or 10045029. OLE color: 10045029.

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

Color convert

RGB 101 70 153 -
CMYK 0.34 0.54 0 0.4
HSL 262.41º 0.37% 0.44% -
HSV(B) 262.41º 0.54% 0.6% -
XYZ 13.31 9.45 31.26 -
YUV 88.73 164.27 136.75 -
System Red Green Blue C M Y K H S L
Decimal 101 70 153 0.34 0.54 0 0.4 262.41 0.37 0.44
Hex 65 46 99 22 36 0 28 106 25 2C
Octal 145 106 231 42 66 0 50 406 45 54
Binary 1100101 1000110 10011001 100010 110110 0 101000 100000110 100101 101100

Color Harmonies of #654699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654699

Black with #654699

Text Example


Text Example

White with #654699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #654699; }

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

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

background-color css

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

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

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

border-color css

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

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

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