Html Css Color HEX #654599 Royal Purple

📋 copy color: '#654599'

red 101 ◦ green 69 ◦ blue 153

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

Shades of Royal Purple #654599

Tints of Royal Purple #654599

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.36%

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

R = 31.27%
G = 21.36%
B = 47.37%

CMYK

 C value IS 0.34

 M value IS 0.55

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#654599 (or 0x654599) is known color: Royal Purple. HEX triplet: 65, 45 and 99. RGB value is (101,69,153). Sum of RGB (Red+Green+Blue) = 101+69+153=323 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.27% from 323); Green value is 69 (27.34% from 255 or 21.36% from 323); Blue value is 153 (60.16% from 255 or 47.37% from 323); Max value from RGB is 153 - color contains mainly: blue. Hex color #654599 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #654599 is #9ABA66. Grayscale: #575757. Windows color (decimal): -10140263 or 10044773. OLE color: 10044773.

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

Color convert

RGB 101 69 153 -
CMYK 0.34 0.55 0 0.4
HSL 262.86º 0.38% 0.44% -
HSV(B) 262.86º 0.55% 0.6% -
XYZ 13.24 9.32 31.24 -
YUV 88.14 164.6 137.17 -
System Red Green Blue C M Y K H S L
Decimal 101 69 153 0.34 0.55 0 0.4 262.86 0.38 0.44
Hex 65 45 99 22 37 0 28 107 26 2C
Octal 145 105 231 42 67 0 50 407 46 54
Binary 1100101 1000101 10011001 100010 110111 0 101000 100000111 100110 101100

Color Harmonies of #654599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654599

Black with #654599

Text Example


Text Example

White with #654599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #654599; }

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

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

background-color css

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

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

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

border-color css

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

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

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