Html Css Color HEX #654098 Royal Purple

📋 copy color: '#654098'

red 101 ◦ green 64 ◦ blue 152

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

Shades of Royal Purple #654098

Tints of Royal Purple #654098

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.19%

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

R = 31.86%
G = 20.19%
B = 47.95%

CMYK

 C value IS 0.34

 M value IS 0.58

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#654098 (or 0x654098) is known color: Royal Purple. HEX triplet: 65, 40 and 98. RGB value is (101,64,152). Sum of RGB (Red+Green+Blue) = 101+64+152=317 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.86% from 317); Green value is 64 (25.39% from 255 or 20.19% from 317); Blue value is 152 (59.77% from 255 or 47.95% from 317); Max value from RGB is 152 - color contains mainly: blue. Hex color #654098 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #654098 is #9ABF67. Grayscale: #545454. Windows color (decimal): -10141544 or 9977957. OLE color: 9977957.

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

Color convert

RGB 101 64 152 -
CMYK 0.34 0.58 0 0.40
HSL 265.23º 0.41% 0.42% -
HSV(B) 265.23º 0.58% 0.6% -
XYZ 12.87 8.7 30.71 -
YUV 85.1 165.76 139.34 -
System Red Green Blue C M Y K H S L
Decimal 101 64 152 0.34 0.58 0 0.40 265.23 0.41 0.42
Hex 65 40 98 22 3A 0 28 109 29 2A
Octal 145 100 230 42 72 0 50 411 51 52
Binary 1100101 1000000 10011000 100010 111010 0 101000 100001001 101001 101010

Color Harmonies of #654098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654098

Black with #654098

Text Example


Text Example

White with #654098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #654098; }

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

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

background-color css

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

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

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

border-color css

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

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

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