Html Css Color HEX #653894 Royal Purple

📋 copy color: '#653894'

red 101 ◦ green 56 ◦ blue 148

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

Shades of Royal Purple #653894

Tints of Royal Purple #653894

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.36%

 BLUE value IS 148 (58.2% from 255) = 48.52%

R = 33.11%
G = 18.36%
B = 48.52%

CMYK

 C value IS 0.32

 M value IS 0.62

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#653894 (or 0x653894) is known color: Royal Purple. HEX triplet: 65, 38 and 94. RGB value is (101,56,148). Sum of RGB (Red+Green+Blue) = 101+56+148=305 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.11% from 305); Green value is 56 (22.27% from 255 or 18.36% from 305); Blue value is 148 (58.20% from 255 or 48.52% from 305); Max value from RGB is 148 - color contains mainly: blue. Hex color #653894 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653894 is #9AC76B. Grayscale: #4F4F4F. Windows color (decimal): -10143596 or 9713765. OLE color: 9713765.

HSL color Cylindrical-coordinate representation of color #653894: hue angle of 269.35º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #653894 is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 101 56 148 -
CMYK 0.32 0.62 0 0.42
HSL 269.35º 0.45% 0.4% -
HSV(B) 269.35º 0.62% 0.58% -
XYZ 12.13 7.73 28.87 -
YUV 79.94 166.41 143.02 -
System Red Green Blue C M Y K H S L
Decimal 101 56 148 0.32 0.62 0 0.42 269.35 0.45 0.4
Hex 65 38 94 20 3E 0 2A 10D 2D 28
Octal 145 70 224 40 76 0 52 415 55 50
Binary 1100101 111000 10010100 100000 111110 0 101010 100001101 101101 101000

Color Harmonies of #653894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653894

Black with #653894

Text Example


Text Example

White with #653894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653894; }

 p { color: rgb(101,56,148); }

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

background-color css

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

 a { background-color: rgb(101,56,148); }

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

border-color css

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

 span { border-color: rgb(101,56,148); }

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