Html Css Color HEX #654198 Royal Purple

📋 copy color: '#654198'

red 101 ◦ green 65 ◦ blue 152

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

Shades of Royal Purple #654198

Tints of Royal Purple #654198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 47.8%

R = 31.76%
G = 20.44%
B = 47.8%

CMYK

 C value IS 0.34

 M value IS 0.57

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#654198 (or 0x654198) is known color: Royal Purple. HEX triplet: 65, 41 and 98. RGB value is (101,65,152). Sum of RGB (Red+Green+Blue) = 101+65+152=318 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.76% from 318); Green value is 65 (25.78% from 255 or 20.44% from 318); Blue value is 152 (59.77% from 255 or 47.80% from 318); Max value from RGB is 152 - color contains mainly: blue. Hex color #654198 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #654198 is #9ABE67. Grayscale: #555555. Windows color (decimal): -10141288 or 9978213. OLE color: 9978213.

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

Color convert

RGB 101 65 152 -
CMYK 0.34 0.57 0 0.40
HSL 264.83º 0.4% 0.43% -
HSV(B) 264.83º 0.57% 0.6% -
XYZ 12.92 8.81 30.73 -
YUV 85.68 165.43 138.93 -
System Red Green Blue C M Y K H S L
Decimal 101 65 152 0.34 0.57 0 0.40 264.83 0.4 0.43
Hex 65 41 98 22 39 0 28 109 28 2B
Octal 145 101 230 42 71 0 50 411 50 53
Binary 1100101 1000001 10011000 100010 111001 0 101000 100001001 101000 101011

Color Harmonies of #654198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654198

Black with #654198

Text Example


Text Example

White with #654198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #654198; }

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

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

background-color css

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

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

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

border-color css

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

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

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