Html Css Color HEX #652E95 Royal Purple

📋 copy color: '#652E95'

red 101 ◦ green 46 ◦ blue 149

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

Shades of Royal Purple #652E95

Tints of Royal Purple #652E95

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.54%

 BLUE value IS 149 (58.59% from 255) = 50.34%

R = 34.12%
G = 15.54%
B = 50.34%

CMYK

 C value IS 0.32

 M value IS 0.69

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#652E95 (or 0x652E95) is known color: Royal Purple. HEX triplet: 65, 2E and 95. RGB value is (101,46,149). Sum of RGB (Red+Green+Blue) = 101+46+149=296 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.12% from 296); Green value is 46 (18.36% from 255 or 15.54% from 296); Blue value is 149 (58.59% from 255 or 50.34% from 296); Max value from RGB is 149 - color contains mainly: blue. Hex color #652E95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652E95 is #9AD16A. Grayscale: #494949. Windows color (decimal): -10146155 or 9776741. OLE color: 9776741.

HSL color Cylindrical-coordinate representation of color #652E95: hue angle of 272.04º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #652E95 is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 101 46 149 -
CMYK 0.32 0.69 0 0.42
HSL 272.04º 0.53% 0.38% -
HSV(B) 272.04º 0.69% 0.58% -
XYZ 11.77 6.89 29.14 -
YUV 74.19 170.22 147.12 -
System Red Green Blue C M Y K H S L
Decimal 101 46 149 0.32 0.69 0 0.42 272.04 0.53 0.38
Hex 65 2E 95 20 45 0 2A 110 35 26
Octal 145 56 225 40 105 0 52 420 65 46
Binary 1100101 101110 10010101 100000 1000101 0 101010 100010000 110101 100110

Color Harmonies of #652E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652E95

Black with #652E95

Text Example


Text Example

White with #652E95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #652E95; }

 p { color: rgb(101,46,149); }

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

background-color css

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

 a { background-color: rgb(101,46,149); }

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

border-color css

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

 span { border-color: rgb(101,46,149); }

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