Html Css Color HEX #652197 Royal Purple

📋 copy color: '#652197'

red 101 ◦ green 33 ◦ blue 151

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

Shades of Royal Purple #652197

Tints of Royal Purple #652197

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.58%

 BLUE value IS 151 (59.38% from 255) = 52.98%

R = 35.44%
G = 11.58%
B = 52.98%

CMYK

 C value IS 0.33

 M value IS 0.78

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#652197 (or 0x652197) is known color: Royal Purple. HEX triplet: 65, 21 and 97. RGB value is (101,33,151). Sum of RGB (Red+Green+Blue) = 101+33+151=285 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.44% from 285); Green value is 33 (13.28% from 255 or 11.58% from 285); Blue value is 151 (59.38% from 255 or 52.98% from 285); Max value from RGB is 151 - color contains mainly: blue. Hex color #652197 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652197 is #9ADE68. Grayscale: #424242. Windows color (decimal): -10149481 or 9904485. OLE color: 9904485.

HSL color Cylindrical-coordinate representation of color #652197: hue angle of 274.58º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #652197 is Cyan = 0.33, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 101 33 151 -
CMYK 0.33 0.78 0 0.41
HSL 274.58º 0.64% 0.36% -
HSV(B) 274.58º 0.78% 0.59% -
XYZ 11.5 6.09 29.85 -
YUV 66.78 175.53 152.41 -
System Red Green Blue C M Y K H S L
Decimal 101 33 151 0.33 0.78 0 0.41 274.58 0.64 0.36
Hex 65 21 97 21 4E 0 29 113 40 24
Octal 145 41 227 41 116 0 51 423 100 44
Binary 1100101 100001 10010111 100001 1001110 0 101001 100010011 1000000 100100

Color Harmonies of #652197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652197

Black with #652197

Text Example


Text Example

White with #652197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #652197; }

 p { color: rgb(101,33,151); }

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

background-color css

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

 a { background-color: rgb(101,33,151); }

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

border-color css

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

 span { border-color: rgb(101,33,151); }

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