Html Css Color HEX #654299 Royal Purple

📋 copy color: '#654299'

red 101 ◦ green 66 ◦ blue 153

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

Shades of Royal Purple #654299

Tints of Royal Purple #654299

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.63%

 BLUE value IS 153 (60.16% from 255) = 47.81%

R = 31.56%
G = 20.63%
B = 47.81%

CMYK

 C value IS 0.34

 M value IS 0.57

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#654299 (or 0x654299) is known color: Royal Purple. HEX triplet: 65, 42 and 99. RGB value is (101,66,153). Sum of RGB (Red+Green+Blue) = 101+66+153=320 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.56% from 320); Green value is 66 (26.17% from 255 or 20.62% from 320); Blue value is 153 (60.16% from 255 or 47.81% from 320); Max value from RGB is 153 - color contains mainly: blue. Hex color #654299 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #654299 is #9ABD66. Grayscale: #565656. Windows color (decimal): -10141031 or 10044005. OLE color: 10044005.

HSL color Cylindrical-coordinate representation of color #654299: hue angle of 264.14º 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 #654299 is Cyan = 0.34, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 101 66 153 -
CMYK 0.34 0.57 0 0.4
HSL 264.14º 0.4% 0.43% -
HSV(B) 264.14º 0.57% 0.6% -
XYZ 13.06 8.96 31.18 -
YUV 86.38 165.6 138.43 -
System Red Green Blue C M Y K H S L
Decimal 101 66 153 0.34 0.57 0 0.4 264.14 0.4 0.43
Hex 65 42 99 22 39 0 28 108 28 2B
Octal 145 102 231 42 71 0 50 410 50 53
Binary 1100101 1000010 10011001 100010 111001 0 101000 100001000 101000 101011

Color Harmonies of #654299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654299

Black with #654299

Text Example


Text Example

White with #654299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #654299; }

 p { color: rgb(101,66,153); }

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

background-color css

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

 a { background-color: rgb(101,66,153); }

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

border-color css

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

 span { border-color: rgb(101,66,153); }

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