Html Css Color HEX #652999 Royal Purple

📋 copy color: '#652999'

red 101 ◦ green 41 ◦ blue 153

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

Shades of Royal Purple #652999

Tints of Royal Purple #652999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 51.86%

R = 34.24%
G = 13.9%
B = 51.86%

CMYK

 C value IS 0.34

 M value IS 0.73

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#652999 (or 0x652999) is known color: Royal Purple. HEX triplet: 65, 29 and 99. RGB value is (101,41,153). Sum of RGB (Red+Green+Blue) = 101+41+153=295 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.24% from 295); Green value is 41 (16.41% from 255 or 13.90% from 295); Blue value is 153 (60.16% from 255 or 51.86% from 295); Max value from RGB is 153 - color contains mainly: blue. Hex color #652999 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652999 is #9AD666. Grayscale: #474747. Windows color (decimal): -10147431 or 10037605. OLE color: 10037605.

HSL color Cylindrical-coordinate representation of color #652999: hue angle of 272.14º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #652999 is Cyan = 0.34, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 101 41 153 -
CMYK 0.34 0.73 0 0.4
HSL 272.14º 0.58% 0.38% -
HSV(B) 272.14º 0.73% 0.6% -
XYZ 11.91 6.65 30.79 -
YUV 71.71 173.88 148.89 -
System Red Green Blue C M Y K H S L
Decimal 101 41 153 0.34 0.73 0 0.4 272.14 0.58 0.38
Hex 65 29 99 22 49 0 28 110 3A 26
Octal 145 51 231 42 111 0 50 420 72 46
Binary 1100101 101001 10011001 100010 1001001 0 101000 100010000 111010 100110

Color Harmonies of #652999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652999

Black with #652999

Text Example


Text Example

White with #652999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #652999; }

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

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

background-color css

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

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

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

border-color css

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

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

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