Html Css Color HEX #652B9E Royal Purple

📋 copy color: '#652B9E'

red 101 ◦ green 43 ◦ blue 158

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

Shades of Royal Purple #652B9E

Tints of Royal Purple #652B9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 52.32%

R = 33.44%
G = 14.24%
B = 52.32%

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

#652B9E (or 0x652B9E) is known color: Royal Purple. HEX triplet: 65, 2B and 9E. RGB value is (101,43,158). Sum of RGB (Red+Green+Blue) = 101+43+158=302 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.44% from 302); Green value is 43 (17.19% from 255 or 14.24% from 302); Blue value is 158 (62.11% from 255 or 52.32% from 302); Max value from RGB is 158 - color contains mainly: blue. Hex color #652B9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652B9E is #9AD461. Grayscale: #494949. Windows color (decimal): -10146914 or 10365797. OLE color: 10365797.

HSL color Cylindrical-coordinate representation of color #652B9E: hue angle of 270.26º 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 #652B9E is Cyan = 0.36, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 101 43 158 -
CMYK 0.36 0.73 0 0.38
HSL 270.26º 0.57% 0.39% -
HSV(B) 270.26º 0.73% 0.62% -
XYZ 12.4 6.96 33.04 -
YUV 73.45 175.72 147.65 -
System Red Green Blue C M Y K H S L
Decimal 101 43 158 0.36 0.73 0 0.38 270.26 0.57 0.39
Hex 65 2B 9E 24 49 0 26 10E 39 27
Octal 145 53 236 44 111 0 46 416 71 47
Binary 1100101 101011 10011110 100100 1001001 0 100110 100001110 111001 100111

Color Harmonies of #652B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652B9E

Black with #652B9E

Text Example


Text Example

White with #652B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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