Html Css Color HEX #652995 Royal Purple

📋 copy color: '#652995'

red 101 ◦ green 41 ◦ blue 149

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

Shades of Royal Purple #652995

Tints of Royal Purple #652995

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.09%

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

R = 34.71%
G = 14.09%
B = 51.2%

CMYK

 C value IS 0.32

 M value IS 0.72

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#652995 (or 0x652995) is known color: Royal Purple. HEX triplet: 65, 29 and 95. RGB value is (101,41,149). Sum of RGB (Red+Green+Blue) = 101+41+149=291 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.71% from 291); Green value is 41 (16.41% from 255 or 14.09% from 291); Blue value is 149 (58.59% from 255 or 51.20% from 291); Max value from RGB is 149 - color contains mainly: blue. Hex color #652995 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652995 is #9AD66A. Grayscale: #464646. Windows color (decimal): -10147435 or 9775461. OLE color: 9775461.

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

Color convert

RGB 101 41 149 -
CMYK 0.32 0.72 0 0.42
HSL 273.33º 0.57% 0.37% -
HSV(B) 273.33º 0.72% 0.58% -
XYZ 11.58 6.52 29.08 -
YUV 71.25 171.88 149.22 -
System Red Green Blue C M Y K H S L
Decimal 101 41 149 0.32 0.72 0 0.42 273.33 0.57 0.37
Hex 65 29 95 20 48 0 2A 111 39 25
Octal 145 51 225 40 110 0 52 421 71 45
Binary 1100101 101001 10010101 100000 1001000 0 101010 100010001 111001 100101

Color Harmonies of #652995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652995

Black with #652995

Text Example


Text Example

White with #652995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #652995; }

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

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

background-color css

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

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

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

border-color css

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

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

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