Html Css Color HEX #652F9F Royal Purple

📋 copy color: '#652F9F'

red 101 ◦ green 47 ◦ blue 159

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

Shades of Royal Purple #652F9F

Tints of Royal Purple #652F9F

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.31%

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

R = 32.9%
G = 15.31%
B = 51.79%

CMYK

 C value IS 0.36

 M value IS 0.70

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#652F9F (or 0x652F9F) is known color: Royal Purple. HEX triplet: 65, 2F and 9F. RGB value is (101,47,159). Sum of RGB (Red+Green+Blue) = 101+47+159=307 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.90% from 307); Green value is 47 (18.75% from 255 or 15.31% from 307); Blue value is 159 (62.5% from 255 or 51.79% from 307); Max value from RGB is 159 - color contains mainly: blue. Hex color #652F9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652F9F is #9AD060. Grayscale: #4B4B4B. Windows color (decimal): -10145889 or 10432357. OLE color: 10432357.

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

Color convert

RGB 101 47 159 -
CMYK 0.36 0.70 0 0.38
HSL 268.93º 0.54% 0.4% -
HSV(B) 268.93º 0.7% 0.62% -
XYZ 12.64 7.3 33.54 -
YUV 75.91 174.89 145.89 -
System Red Green Blue C M Y K H S L
Decimal 101 47 159 0.36 0.70 0 0.38 268.93 0.54 0.4
Hex 65 2F 9F 24 46 0 26 10D 36 28
Octal 145 57 237 44 106 0 46 415 66 50
Binary 1100101 101111 10011111 100100 1000110 0 100110 100001101 110110 101000

Color Harmonies of #652F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652F9F

Black with #652F9F

Text Example


Text Example

White with #652F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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