Html Css Color HEX #652B9D Royal Purple

📋 copy color: '#652B9D'

red 101 ◦ green 43 ◦ blue 157

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

Shades of Royal Purple #652B9D

Tints of Royal Purple #652B9D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.29%

 BLUE value IS 157 (61.72% from 255) = 52.16%

R = 33.55%
G = 14.29%
B = 52.16%

CMYK

 C value IS 0.36

 M value IS 0.73

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#652B9D (or 0x652B9D) is known color: Royal Purple. HEX triplet: 65, 2B and 9D. RGB value is (101,43,157). Sum of RGB (Red+Green+Blue) = 101+43+157=301 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.55% from 301); Green value is 43 (17.19% from 255 or 14.29% from 301); Blue value is 157 (61.72% from 255 or 52.16% from 301); Max value from RGB is 157 - color contains mainly: blue. Hex color #652B9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652B9D is #9AD462. Grayscale: #484848. Windows color (decimal): -10146915 or 10300261. OLE color: 10300261.

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

Color convert

RGB 101 43 157 -
CMYK 0.36 0.73 0 0.38
HSL 270.53º 0.57% 0.39% -
HSV(B) 270.53º 0.73% 0.62% -
XYZ 12.32 6.93 32.59 -
YUV 73.34 175.22 147.73 -
System Red Green Blue C M Y K H S L
Decimal 101 43 157 0.36 0.73 0 0.38 270.53 0.57 0.39
Hex 65 2B 9D 24 49 0 26 10F 39 27
Octal 145 53 235 44 111 0 46 417 71 47
Binary 1100101 101011 10011101 100100 1001001 0 100110 100001111 111001 100111

Color Harmonies of #652B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652B9D

Black with #652B9D

Text Example


Text Example

White with #652B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,43,157); }

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

background-color css

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

 a { background-color: rgb(101,43,157); }

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

border-color css

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

 span { border-color: rgb(101,43,157); }

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