Html Css Color HEX #652996 Royal Purple

📋 copy color: '#652996'

red 101 ◦ green 41 ◦ blue 150

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

Shades of Royal Purple #652996

Tints of Royal Purple #652996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 51.37%

R = 34.59%
G = 14.04%
B = 51.37%

CMYK

 C value IS 0.33

 M value IS 0.73

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#652996 (or 0x652996) is known color: Royal Purple. HEX triplet: 65, 29 and 96. RGB value is (101,41,150). Sum of RGB (Red+Green+Blue) = 101+41+150=292 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.59% from 292); Green value is 41 (16.41% from 255 or 14.04% from 292); Blue value is 150 (58.98% from 255 or 51.37% from 292); Max value from RGB is 150 - color contains mainly: blue. Hex color #652996 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652996 is #9AD669. Grayscale: #464646. Windows color (decimal): -10147434 or 9840997. OLE color: 9840997.

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

Color convert

RGB 101 41 150 -
CMYK 0.33 0.73 0 0.41
HSL 273.03º 0.57% 0.37% -
HSV(B) 273.03º 0.73% 0.59% -
XYZ 11.66 6.55 29.5 -
YUV 71.37 172.38 149.14 -
System Red Green Blue C M Y K H S L
Decimal 101 41 150 0.33 0.73 0 0.41 273.03 0.57 0.37
Hex 65 29 96 21 49 0 29 111 39 25
Octal 145 51 226 41 111 0 51 421 71 45
Binary 1100101 101001 10010110 100001 1001001 0 101001 100010001 111001 100101

Color Harmonies of #652996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652996

Black with #652996

Text Example


Text Example

White with #652996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #652996; }

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

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

background-color css

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

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

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

border-color css

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

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

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