Html Css Color HEX #652595 Royal Purple

📋 copy color: '#652595'

red 101 ◦ green 37 ◦ blue 149

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

Shades of Royal Purple #652595

Tints of Royal Purple #652595

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.89%

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

R = 35.19%
G = 12.89%
B = 51.92%

CMYK

 C value IS 0.32

 M value IS 0.75

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#652595 (or 0x652595) is known color: Royal Purple. HEX triplet: 65, 25 and 95. RGB value is (101,37,149). Sum of RGB (Red+Green+Blue) = 101+37+149=287 (38% of max value = 765). Red value is 101 (39.84% from 255 or 35.19% from 287); Green value is 37 (14.84% from 255 or 12.89% from 287); Blue value is 149 (58.59% from 255 or 51.92% from 287); Max value from RGB is 149 - color contains mainly: blue. Hex color #652595 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652595 is #9ADA6A. Grayscale: #444444. Windows color (decimal): -10148459 or 9774437. OLE color: 9774437.

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

Color convert

RGB 101 37 149 -
CMYK 0.32 0.75 0 0.42
HSL 274.29º 0.6% 0.36% -
HSV(B) 274.29º 0.75% 0.58% -
XYZ 11.45 6.26 29.04 -
YUV 68.9 173.2 150.89 -
System Red Green Blue C M Y K H S L
Decimal 101 37 149 0.32 0.75 0 0.42 274.29 0.6 0.36
Hex 65 25 95 20 4B 0 2A 112 3C 24
Octal 145 45 225 40 113 0 52 422 74 44
Binary 1100101 100101 10010101 100000 1001011 0 101010 100010010 111100 100100

Color Harmonies of #652595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652595

Black with #652595

Text Example


Text Example

White with #652595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #652595; }

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

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

background-color css

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

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

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

border-color css

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

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

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