Html Css Color HEX #654A9D Royal Purple

📋 copy color: '#654A9D'

red 101 ◦ green 74 ◦ blue 157

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

Shades of Royal Purple #654A9D

Tints of Royal Purple #654A9D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.29%

 BLUE value IS 157 (61.72% from 255) = 47.29%

R = 30.42%
G = 22.29%
B = 47.29%

CMYK

 C value IS 0.36

 M value IS 0.53

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#654A9D (or 0x654A9D) is known color: Royal Purple. HEX triplet: 65, 4A and 9D. RGB value is (101,74,157). Sum of RGB (Red+Green+Blue) = 101+74+157=332 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.42% from 332); Green value is 74 (29.30% from 255 or 22.29% from 332); Blue value is 157 (61.72% from 255 or 47.29% from 332); Max value from RGB is 157 - color contains mainly: blue. Hex color #654A9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #654A9D is #9AB562. Grayscale: #5B5B5B. Windows color (decimal): -10138979 or 10308197. OLE color: 10308197.

HSL color Cylindrical-coordinate representation of color #654A9D: hue angle of 259.52º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #654A9D is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 101 74 157 -
CMYK 0.36 0.53 0 0.38
HSL 259.52º 0.36% 0.45% -
HSV(B) 259.52º 0.53% 0.62% -
XYZ 13.9 10.1 33.11 -
YUV 91.54 164.95 134.75 -
System Red Green Blue C M Y K H S L
Decimal 101 74 157 0.36 0.53 0 0.38 259.52 0.36 0.45
Hex 65 4A 9D 24 35 0 26 104 24 2D
Octal 145 112 235 44 65 0 46 404 44 55
Binary 1100101 1001010 10011101 100100 110101 0 100110 100000100 100100 101101

Color Harmonies of #654A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654A9D

Black with #654A9D

Text Example


Text Example

White with #654A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #654A9D; }

 p { color: rgb(101,74,157); }

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

background-color css

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

 a { background-color: rgb(101,74,157); }

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

border-color css

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

 span { border-color: rgb(101,74,157); }

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