Html Css Color HEX #654197 Royal Purple

📋 copy color: '#654197'

red 101 ◦ green 65 ◦ blue 151

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

Shades of Royal Purple #654197

Tints of Royal Purple #654197

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.5%

 BLUE value IS 151 (59.38% from 255) = 47.63%

R = 31.86%
G = 20.5%
B = 47.63%

CMYK

 C value IS 0.33

 M value IS 0.57

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#654197 (or 0x654197) is known color: Royal Purple. HEX triplet: 65, 41 and 97. RGB value is (101,65,151). Sum of RGB (Red+Green+Blue) = 101+65+151=317 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.86% from 317); Green value is 65 (25.78% from 255 or 20.50% from 317); Blue value is 151 (59.38% from 255 or 47.63% from 317); Max value from RGB is 151 - color contains mainly: blue. Hex color #654197 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #654197 is #9ABE68. Grayscale: #555555. Windows color (decimal): -10141289 or 9912677. OLE color: 9912677.

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

Color convert

RGB 101 65 151 -
CMYK 0.33 0.57 0 0.41
HSL 265.12º 0.4% 0.42% -
HSV(B) 265.12º 0.57% 0.59% -
XYZ 12.84 8.78 30.3 -
YUV 85.57 164.93 139.01 -
System Red Green Blue C M Y K H S L
Decimal 101 65 151 0.33 0.57 0 0.41 265.12 0.4 0.42
Hex 65 41 97 21 39 0 29 109 28 2A
Octal 145 101 227 41 71 0 51 411 50 52
Binary 1100101 1000001 10010111 100001 111001 0 101001 100001001 101000 101010

Color Harmonies of #654197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654197

Black with #654197

Text Example


Text Example

White with #654197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #654197; }

 p { color: rgb(101,65,151); }

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

background-color css

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

 a { background-color: rgb(101,65,151); }

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

border-color css

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

 span { border-color: rgb(101,65,151); }

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