Html Css Color HEX #654598 Royal Purple

📋 copy color: '#654598'

red 101 ◦ green 69 ◦ blue 152

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

Shades of Royal Purple #654598

Tints of Royal Purple #654598

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.43%

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

R = 31.37%
G = 21.43%
B = 47.2%

CMYK

 C value IS 0.34

 M value IS 0.55

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#654598 (or 0x654598) is known color: Royal Purple. HEX triplet: 65, 45 and 98. RGB value is (101,69,152). Sum of RGB (Red+Green+Blue) = 101+69+152=322 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.37% from 322); Green value is 69 (27.34% from 255 or 21.43% from 322); Blue value is 152 (59.77% from 255 or 47.20% from 322); Max value from RGB is 152 - color contains mainly: blue. Hex color #654598 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #654598 is #9ABA67. Grayscale: #575757. Windows color (decimal): -10140264 or 9979237. OLE color: 9979237.

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

Color convert

RGB 101 69 152 -
CMYK 0.34 0.55 0 0.40
HSL 263.13º 0.38% 0.43% -
HSV(B) 263.13º 0.55% 0.6% -
XYZ 13.16 9.29 30.81 -
YUV 88.03 164.1 137.25 -
System Red Green Blue C M Y K H S L
Decimal 101 69 152 0.34 0.55 0 0.40 263.13 0.38 0.43
Hex 65 45 98 22 37 0 28 107 26 2B
Octal 145 105 230 42 67 0 50 407 46 53
Binary 1100101 1000101 10011000 100010 110111 0 101000 100000111 100110 101011

Color Harmonies of #654598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654598

Black with #654598

Text Example


Text Example

White with #654598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #654598; }

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

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

background-color css

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

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

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

border-color css

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

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

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