Html Css Color HEX #654398 Royal Purple

📋 copy color: '#654398'

red 101 ◦ green 67 ◦ blue 152

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

Shades of Royal Purple #654398

Tints of Royal Purple #654398

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.94%

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

R = 31.56%
G = 20.94%
B = 47.5%

CMYK

 C value IS 0.34

 M value IS 0.56

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#654398 (or 0x654398) is known color: Royal Purple. HEX triplet: 65, 43 and 98. RGB value is (101,67,152). Sum of RGB (Red+Green+Blue) = 101+67+152=320 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.56% from 320); Green value is 67 (26.56% from 255 or 20.94% from 320); Blue value is 152 (59.77% from 255 or 47.5% from 320); Max value from RGB is 152 - color contains mainly: blue. Hex color #654398 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #654398 is #9ABC67. Grayscale: #565656. Windows color (decimal): -10140776 or 9978725. OLE color: 9978725.

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

Color convert

RGB 101 67 152 -
CMYK 0.34 0.56 0 0.40
HSL 264º 0.39% 0.43% -
HSV(B) 264º 0.56% 0.6% -
XYZ 13.04 9.05 30.76 -
YUV 86.86 164.76 138.09 -
System Red Green Blue C M Y K H S L
Decimal 101 67 152 0.34 0.56 0 0.40 264 0.39 0.43
Hex 65 43 98 22 38 0 28 108 27 2B
Octal 145 103 230 42 70 0 50 410 47 53
Binary 1100101 1000011 10011000 100010 111000 0 101000 100001000 100111 101011

Color Harmonies of #654398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654398

Black with #654398

Text Example


Text Example

White with #654398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #654398; }

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

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

background-color css

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

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

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

border-color css

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

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

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