Html Css Color HEX #652E99 Royal Purple

📋 copy color: '#652E99'

red 101 ◦ green 46 ◦ blue 153

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

Shades of Royal Purple #652E99

Tints of Royal Purple #652E99

RGB

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

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

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

R = 33.67%
G = 15.33%
B = 51%

CMYK

 C value IS 0.34

 M value IS 0.70

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#652E99 (or 0x652E99) is known color: Royal Purple. HEX triplet: 65, 2E and 99. RGB value is (101,46,153). Sum of RGB (Red+Green+Blue) = 101+46+153=300 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.67% from 300); Green value is 46 (18.36% from 255 or 15.33% from 300); Blue value is 153 (60.16% from 255 or 51% from 300); Max value from RGB is 153 - color contains mainly: blue. Hex color #652E99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652E99 is #9AD166. Grayscale: #4A4A4A. Windows color (decimal): -10146151 or 10038885. OLE color: 10038885.

HSL color Cylindrical-coordinate representation of color #652E99: hue angle of 270.84º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #652E99 is Cyan = 0.34, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 101 46 153 -
CMYK 0.34 0.70 0 0.4
HSL 270.84º 0.54% 0.39% -
HSV(B) 270.84º 0.7% 0.6% -
XYZ 12.09 7.02 30.85 -
YUV 74.64 172.22 146.8 -
System Red Green Blue C M Y K H S L
Decimal 101 46 153 0.34 0.70 0 0.4 270.84 0.54 0.39
Hex 65 2E 99 22 46 0 28 10F 36 27
Octal 145 56 231 42 106 0 50 417 66 47
Binary 1100101 101110 10011001 100010 1000110 0 101000 100001111 110110 100111

Color Harmonies of #652E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652E99

Black with #652E99

Text Example


Text Example

White with #652E99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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