Html Css Color HEX #652697 Royal Purple

📋 copy color: '#652697'

red 101 ◦ green 38 ◦ blue 151

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

Shades of Royal Purple #652697

Tints of Royal Purple #652697

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.1%

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

R = 34.83%
G = 13.1%
B = 52.07%

CMYK

 C value IS 0.33

 M value IS 0.75

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#652697 (or 0x652697) is known color: Royal Purple. HEX triplet: 65, 26 and 97. RGB value is (101,38,151). Sum of RGB (Red+Green+Blue) = 101+38+151=290 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.83% from 290); Green value is 38 (15.23% from 255 or 13.10% from 290); Blue value is 151 (59.38% from 255 or 52.07% from 290); Max value from RGB is 151 - color contains mainly: blue. Hex color #652697 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652697 is #9AD968. Grayscale: #454545. Windows color (decimal): -10148201 or 9905765. OLE color: 9905765.

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

Color convert

RGB 101 38 151 -
CMYK 0.33 0.75 0 0.41
HSL 273.45º 0.6% 0.37% -
HSV(B) 273.45º 0.75% 0.59% -
XYZ 11.65 6.39 29.9 -
YUV 69.72 173.87 150.31 -
System Red Green Blue C M Y K H S L
Decimal 101 38 151 0.33 0.75 0 0.41 273.45 0.6 0.37
Hex 65 26 97 21 4B 0 29 111 3C 25
Octal 145 46 227 41 113 0 51 421 74 45
Binary 1100101 100110 10010111 100001 1001011 0 101001 100010001 111100 100101

Color Harmonies of #652697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652697

Black with #652697

Text Example


Text Example

White with #652697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #652697; }

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

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

background-color css

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

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

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

border-color css

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

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

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