Html Css Color HEX #654898 Royal Purple

📋 copy color: '#654898'

red 101 ◦ green 72 ◦ blue 152

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

Shades of Royal Purple #654898

Tints of Royal Purple #654898

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.15%

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

R = 31.08%
G = 22.15%
B = 46.77%

CMYK

 C value IS 0.34

 M value IS 0.53

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#654898 (or 0x654898) is known color: Royal Purple. HEX triplet: 65, 48 and 98. RGB value is (101,72,152). Sum of RGB (Red+Green+Blue) = 101+72+152=325 (43% of max value = 765). Red value is 101 (39.84% from 255 or 31.08% from 325); Green value is 72 (28.52% from 255 or 22.15% from 325); Blue value is 152 (59.77% from 255 or 46.77% from 325); Max value from RGB is 152 - color contains mainly: blue. Hex color #654898 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #654898 is #9AB767. Grayscale: #595959. Windows color (decimal): -10139496 or 9980005. OLE color: 9980005.

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

Color convert

RGB 101 72 152 -
CMYK 0.34 0.53 0 0.40
HSL 261.75º 0.36% 0.44% -
HSV(B) 261.75º 0.53% 0.6% -
XYZ 13.35 9.67 30.87 -
YUV 89.79 163.11 136 -
System Red Green Blue C M Y K H S L
Decimal 101 72 152 0.34 0.53 0 0.40 261.75 0.36 0.44
Hex 65 48 98 22 35 0 28 106 24 2C
Octal 145 110 230 42 65 0 50 406 44 54
Binary 1100101 1001000 10011000 100010 110101 0 101000 100000110 100100 101100

Color Harmonies of #654898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654898

Black with #654898

Text Example


Text Example

White with #654898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #654898; }

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

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

background-color css

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

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

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

border-color css

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

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

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