Html Css Color HEX #654099 Royal Purple

📋 copy color: '#654099'

red 101 ◦ green 64 ◦ blue 153

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

Shades of Royal Purple #654099

Tints of Royal Purple #654099

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.13%

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

R = 31.76%
G = 20.13%
B = 48.11%

CMYK

 C value IS 0.34

 M value IS 0.58

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#654099 (or 0x654099) is known color: Royal Purple. HEX triplet: 65, 40 and 99. RGB value is (101,64,153). Sum of RGB (Red+Green+Blue) = 101+64+153=318 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.76% from 318); Green value is 64 (25.39% from 255 or 20.13% from 318); Blue value is 153 (60.16% from 255 or 48.11% from 318); Max value from RGB is 153 - color contains mainly: blue. Hex color #654099 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #654099 is #9ABF66. Grayscale: #545454. Windows color (decimal): -10141543 or 10043493. OLE color: 10043493.

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

Color convert

RGB 101 64 153 -
CMYK 0.34 0.58 0 0.4
HSL 264.94º 0.41% 0.43% -
HSV(B) 264.94º 0.58% 0.6% -
XYZ 12.95 8.73 31.14 -
YUV 85.21 166.26 139.26 -
System Red Green Blue C M Y K H S L
Decimal 101 64 153 0.34 0.58 0 0.4 264.94 0.41 0.43
Hex 65 40 99 22 3A 0 28 109 29 2B
Octal 145 100 231 42 72 0 50 411 51 53
Binary 1100101 1000000 10011001 100010 111010 0 101000 100001001 101001 101011

Color Harmonies of #654099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654099

Black with #654099

Text Example


Text Example

White with #654099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #654099; }

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

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

background-color css

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

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

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

border-color css

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

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

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