Html Css Color HEX #652894 Royal Purple

📋 copy color: '#652894'

red 101 ◦ green 40 ◦ blue 148

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

Shades of Royal Purple #652894

Tints of Royal Purple #652894

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.84%

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

R = 34.95%
G = 13.84%
B = 51.21%

CMYK

 C value IS 0.32

 M value IS 0.73

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#652894 (or 0x652894) is known color: Royal Purple. HEX triplet: 65, 28 and 94. RGB value is (101,40,148). Sum of RGB (Red+Green+Blue) = 101+40+148=289 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.95% from 289); Green value is 40 (16.02% from 255 or 13.84% from 289); Blue value is 148 (58.20% from 255 or 51.21% from 289); Max value from RGB is 148 - color contains mainly: blue. Hex color #652894 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652894 is #9AD76B. Grayscale: #464646. Windows color (decimal): -10147692 or 9709669. OLE color: 9709669.

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

Color convert

RGB 101 40 148 -
CMYK 0.32 0.73 0 0.42
HSL 273.89º 0.57% 0.37% -
HSV(B) 273.89º 0.73% 0.58% -
XYZ 11.47 6.42 28.65 -
YUV 70.55 171.71 149.72 -
System Red Green Blue C M Y K H S L
Decimal 101 40 148 0.32 0.73 0 0.42 273.89 0.57 0.37
Hex 65 28 94 20 49 0 2A 112 39 25
Octal 145 50 224 40 111 0 52 422 71 45
Binary 1100101 101000 10010100 100000 1001001 0 101010 100010010 111001 100101

Color Harmonies of #652894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652894

Black with #652894

Text Example


Text Example

White with #652894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #652894; }

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

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

background-color css

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

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

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

border-color css

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

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

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