Html Css Color HEX #652C9D Royal Purple

📋 copy color: '#652C9D'

red 101 ◦ green 44 ◦ blue 157

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

Shades of Royal Purple #652C9D

Tints of Royal Purple #652C9D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.57%

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

R = 33.44%
G = 14.57%
B = 51.99%

CMYK

 C value IS 0.36

 M value IS 0.72

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#652C9D (or 0x652C9D) is known color: Royal Purple. HEX triplet: 65, 2C and 9D. RGB value is (101,44,157). Sum of RGB (Red+Green+Blue) = 101+44+157=302 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.44% from 302); Green value is 44 (17.58% from 255 or 14.57% from 302); Blue value is 157 (61.72% from 255 or 51.99% from 302); Max value from RGB is 157 - color contains mainly: blue. Hex color #652C9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652C9D is #9AD362. Grayscale: #494949. Windows color (decimal): -10146659 or 10300517. OLE color: 10300517.

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

Color convert

RGB 101 44 157 -
CMYK 0.36 0.72 0 0.38
HSL 270.27º 0.56% 0.39% -
HSV(B) 270.27º 0.72% 0.62% -
XYZ 12.35 7 32.6 -
YUV 73.93 174.88 147.31 -
System Red Green Blue C M Y K H S L
Decimal 101 44 157 0.36 0.72 0 0.38 270.27 0.56 0.39
Hex 65 2C 9D 24 48 0 26 10E 38 27
Octal 145 54 235 44 110 0 46 416 70 47
Binary 1100101 101100 10011101 100100 1001000 0 100110 100001110 111000 100111

Color Harmonies of #652C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652C9D

Black with #652C9D

Text Example


Text Example

White with #652C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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