Html Css Color HEX #654496 Royal Purple

📋 copy color: '#654496'

red 101 ◦ green 68 ◦ blue 150

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

Shades of Royal Purple #654496

Tints of Royal Purple #654496

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.32%

 BLUE value IS 150 (58.98% from 255) = 47.02%

R = 31.66%
G = 21.32%
B = 47.02%

CMYK

 C value IS 0.33

 M value IS 0.55

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#654496 (or 0x654496) is known color: Royal Purple. HEX triplet: 65, 44 and 96. RGB value is (101,68,150). Sum of RGB (Red+Green+Blue) = 101+68+150=319 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.66% from 319); Green value is 68 (26.95% from 255 or 21.32% from 319); Blue value is 150 (58.98% from 255 or 47.02% from 319); Max value from RGB is 150 - color contains mainly: blue. Hex color #654496 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #654496 is #9ABB69. Grayscale: #565656. Windows color (decimal): -10140522 or 9847909. OLE color: 9847909.

HSL color Cylindrical-coordinate representation of color #654496: hue angle of 264.15º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #654496 is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 101 68 150 -
CMYK 0.33 0.55 0 0.41
HSL 264.15º 0.38% 0.43% -
HSV(B) 264.15º 0.55% 0.59% -
XYZ 12.94 9.1 29.93 -
YUV 87.22 163.43 137.83 -
System Red Green Blue C M Y K H S L
Decimal 101 68 150 0.33 0.55 0 0.41 264.15 0.38 0.43
Hex 65 44 96 21 37 0 29 108 26 2B
Octal 145 104 226 41 67 0 51 410 46 53
Binary 1100101 1000100 10010110 100001 110111 0 101001 100001000 100110 101011

Color Harmonies of #654496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654496

Black with #654496

Text Example


Text Example

White with #654496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #654496; }

 p { color: rgb(101,68,150); }

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

background-color css

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

 a { background-color: rgb(101,68,150); }

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

border-color css

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

 span { border-color: rgb(101,68,150); }

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