Html Css Color HEX #652E9F Royal Purple

📋 copy color: '#652E9F'

red 101 ◦ green 46 ◦ blue 159

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

Shades of Royal Purple #652E9F

Tints of Royal Purple #652E9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 51.96%

R = 33.01%
G = 15.03%
B = 51.96%

CMYK

 C value IS 0.36

 M value IS 0.71

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#652E9F (or 0x652E9F) is known color: Royal Purple. HEX triplet: 65, 2E and 9F. RGB value is (101,46,159). Sum of RGB (Red+Green+Blue) = 101+46+159=306 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.01% from 306); Green value is 46 (18.36% from 255 or 15.03% from 306); Blue value is 159 (62.5% from 255 or 51.96% from 306); Max value from RGB is 159 - color contains mainly: blue. Hex color #652E9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652E9F is #9AD160. Grayscale: #4A4A4A. Windows color (decimal): -10146145 or 10432101. OLE color: 10432101.

HSL color Cylindrical-coordinate representation of color #652E9F: hue angle of 269.2º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #652E9F is Cyan = 0.36, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 101 46 159 -
CMYK 0.36 0.71 0 0.38
HSL 269.2º 0.55% 0.4% -
HSV(B) 269.2º 0.71% 0.62% -
XYZ 12.6 7.22 33.53 -
YUV 75.33 175.22 146.31 -
System Red Green Blue C M Y K H S L
Decimal 101 46 159 0.36 0.71 0 0.38 269.2 0.55 0.4
Hex 65 2E 9F 24 47 0 26 10D 37 28
Octal 145 56 237 44 107 0 46 415 67 50
Binary 1100101 101110 10011111 100100 1000111 0 100110 100001101 110111 101000

Color Harmonies of #652E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652E9F

Black with #652E9F

Text Example


Text Example

White with #652E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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