Html Css Color HEX #653698 Royal Purple

📋 copy color: '#653698'

red 101 ◦ green 54 ◦ blue 152

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

Shades of Royal Purple #653698

Tints of Royal Purple #653698

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.59%

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

R = 32.9%
G = 17.59%
B = 49.51%

CMYK

 C value IS 0.34

 M value IS 0.64

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#653698 (or 0x653698) is known color: Royal Purple. HEX triplet: 65, 36 and 98. RGB value is (101,54,152). Sum of RGB (Red+Green+Blue) = 101+54+152=307 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.90% from 307); Green value is 54 (21.48% from 255 or 17.59% from 307); Blue value is 152 (59.77% from 255 or 49.51% from 307); Max value from RGB is 152 - color contains mainly: blue. Hex color #653698 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653698 is #9AC967. Grayscale: #4E4E4E. Windows color (decimal): -10144104 or 9975397. OLE color: 9975397.

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

Color convert

RGB 101 54 152 -
CMYK 0.34 0.64 0 0.40
HSL 268.78º 0.48% 0.4% -
HSV(B) 268.78º 0.64% 0.6% -
XYZ 12.35 7.67 30.54 -
YUV 79.23 169.07 143.53 -
System Red Green Blue C M Y K H S L
Decimal 101 54 152 0.34 0.64 0 0.40 268.78 0.48 0.4
Hex 65 36 98 22 40 0 28 10D 30 28
Octal 145 66 230 42 100 0 50 415 60 50
Binary 1100101 110110 10011000 100010 1000000 0 101000 100001101 110000 101000

Color Harmonies of #653698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653698

Black with #653698

Text Example


Text Example

White with #653698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653698; }

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

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

background-color css

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

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

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

border-color css

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

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

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